robotparser-fork 0.11.0

robots.txt parser for Rust
Documentation
1
2
3
4
mod sync_reqwest;
pub use self::sync_reqwest::*;
mod async_reqwest;
pub use self::async_reqwest::*;