A very simple web crawler in rust.
cargo run <url to crawl>
The crawler will then check the robots.txt
and crawl the site if allowed.
A very simple web crawler in rust.
cargo run <url to crawl>
The crawler will then check the robots.txt
and crawl the site if allowed.