html_sys/root/
mod.rs

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