crawlex 1.0.4

Stealth crawler with Chrome-perfect TLS/H2 fingerprint, render pool, hooks, persistent queue
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(all(feature = "zip0", not(feature = "zip8")))]
mod zip0;
#[cfg(all(feature = "zip0", not(feature = "zip8")))]
pub use zip0::ZipArchive;

#[cfg(feature = "zip8")]
mod zip8;
#[cfg(feature = "zip8")]
pub use zip8::ZipArchive;