crawlex 1.0.3

Stealth crawler with Chrome-perfect TLS/H2 fingerprint, render pool, hooks, persistent queue
Documentation
1
2
3
4
5
//! Re-export of the neutral `WaitStrategy` type so the render module can
//! keep importing from `render::wait` while `config` depends on the
//! feature-free copy in the crate root.

pub use crate::wait_strategy::WaitStrategy;