Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ravenxd0/crawler

Web Crawler in Rust
https://github.com/ravenxd0/crawler

Last synced: about 1 month ago
JSON representation

Web Crawler in Rust

Awesome Lists containing this project

README

        

# crawler

It is a Simple Web Crawler Implementation.

A web crawler, also known as a spider, is an automated program or script that systematically browses the internet and indexes or downloads content from web pages.

Dependencies:
```toml
[dependencies]
rayon = "1.6.1"
reqwest = { version = "0.11.14" , features = ["json","blocking"] }
select = "0.6.0"

```