Crate maud [−] [src]
A macro for writing HTML templates.
This documentation only describes the runtime API. For a general guide, check out the book instead.
Structs
| Escaper |
An adapter that escapes HTML special characters. |
| PreEscaped |
A wrapper that renders the inner value without escaping. |
| Utf8Writer |
Wraps a |
Traits
| Render |
Represents a type that can be rendered as HTML. |
| RenderOnce |
Represents a type that can be rendered as HTML just once. |