//! Provides HTML rendering capabilities, including the `HtmlWriter`,
//! rendering options, and error types specific to HTML generation.
/// HTML error types used during HTML writing.
/// Options for configuring HTML rendering behavior.
/// The core `HtmlWriter` and its implementation for generating HTML.
pub use ;
pub use HtmlRenderOptions;
pub use HtmlWriter;