Crate laby_common
source ·Expand description
Contains code required by laby
at both compile time and runtime.
This crate mainly provides the Render
trait that forms the basis of all HTML rendering
operations, the escape
function that escapes strings for HTML inclusion,
and the Buffer
type that provides the rendering output buffer.
This crate is re-exported by crate laby
. If you are using laby, you should not depend on this
crate directly.
Modules
- Provides types used by laby internally.
Traits
- Formats a value into an HTML representation.