de_hypertext 0.1.4

serde_json ergonomics for parsing html
Documentation
1
2
3
4
5
6
7
pub use de_hypertext_core::DeserializeError;
pub use de_hypertext_core::Deserializer;
pub use de_hypertext_macro::Deserialize;

/// Export required so that crates using de_hypertext would not have to
/// explicitly add scraper into their Cargo.toml.
pub use de_hypertext_core::scraper;