Expand description
Helper library for NaTE.
This libary is used during the runtime of the generated code.
§Feature flags
-
std
(enabled by default) — disable#![no_std]
, impliesalloc
-
alloc
(enabled by default) — enable features found in the alloc crate, e.g. std::io::Write
Structs§
- XmlEscape
- A wrapper around a displayable type that makes it write out XML escaped.
Traits§
- RawMarker
- Types implementing this marker don’t need to be escaped.
- Render
Into - Optimized trait methods to render a NaTE template