webpage_quality_analyzer 1.0.2

High-performance webpage quality analyzer with 115 comprehensive metrics - Rust library with WASM, C++, and Python bindings
Documentation
1
2
3
4
5
6
7
8
9
pub mod linkcheck;

// Note: NLP and Grammar modules are not yet implemented
// Uncomment when these modules are created:
// #[cfg(feature = "nlp")]
// pub mod nlp;

// #[cfg(feature = "grammar")]
// pub mod grammar;