Skip to main content

Module core

Module core 

Source
Expand description

The core engine: the node tree, the renderer and escaping.

Re-exports§

pub use attribute::Attribute;
pub use element::Element;
pub use node::Node;
pub use render::Render;
pub use render::RenderOptions;

Modules§

attribute
HTML attributes.
element
The Element type and its fluent builder API.
escape
HTML and XML escaping.
node
The node tree.
render
Rendering options and the Render trait.
tags
The two tag sets the renderer branches on.