Expand description
Modules§
- attr
- Attribute trait and building blocks
- build
- Functions to build elements and attributes building blocks
- elem
- Elem trait and building blocks
- prelude
- The tagu prelude
- stack
- tools
- Misc functions
- util
Macros§
- attrs
- Chain together a list of attrs
- elems
- Chain together a list of elements
- format_
move - Similar to
std::format_args!()
except has a more flexible lifetime. Shorthand fordisp_const(move |w|write!(w,...))
Functions§
- append
- call
Elem::append()
without having to have Elem in scope. - render
- Render elements to a writer
- render_
escapable - Render elements to a writer that allows for escaping elements.
- stdout_
fmt - An std out that implements fmt::Write