laby_common 0.2.0

Shared code required by laby
Documentation

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.