1
2
3
4
5
6
7
8
pub mod config;
pub mod parser;
pub mod util;
pub use htmlentity::entity;
#[cfg(target_arch = "wasm32")]
pub mod wasm;
#[cfg(target_arch = "wasm32")]
pub mod wasm_config;