//! _HTML parsing, generation and manipulation._
//!
//! Use [`parse`] to parse an HTML string.
//! This returns a tree of HTML nodes. The methods on [`Node`] allow you to traverse & manipluate the tree.
//!
//! For generating HTML programmatically, take a look at the [`html`] declarative macro.
pub use crate::;
;