1
2
3
//! Represents the root (top-level element) of an HTML document
mod html;
pub use html::*;