Expand description

GitHub Workflow Status Crates.io License

Helper library for NaTE.

This libary is used during the runtime of the generated code.

Feature flags

  • std (enabled by default) — disable #![no_std], implies alloc

  • alloc (enabled by default) — enable features found in the alloc crate, e.g. std::io::Write

Structs

A wrapper around a displayable type that makes it write out XML escaped.

Traits

Types implementing this marker don’t need to be escaped.

Optimized trait methods to render a NaTE template