ferrous-browser 0.1.0

Fast, async Rust browser automation via the Chrome DevTools Protocol — no Node.js required
Documentation
1
2
3
4
5
6
/// This crate is a library. Run `cargo doc --open` for API documentation,
/// or see `examples/basic_example.rs` for a working demo.
fn main() {
    eprintln!("ferrous-browser is a library crate.");
    eprintln!("See examples/basic_example.rs or https://docs.rs/ferrous-browser");
}