1 2 3 4 5 6 7
pub mod core; pub mod html5; pub mod prelude { pub use crate::core::*; pub use crate::html5::*; }