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