1 2 3 4 5 6
pub use de_hypertext_core::*; 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;