robotparser-fork-0.10.6 has been yanked.
robotparser-rs
robots.txt parser for Rust.
Installation
Add it to your Cargo.toml
:
[]
= "0.10"
Add extern crate robotparser_fork
to your crate root and your're good to go!
Examples
extern crate robotparser_fork;
use RobotFileParser;
License
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.