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§
- internal
- Provides types used by laby internally.
Traits§
- Render
- Formats a value into an HTML representation.