Crate nate_common

Source
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§

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.
RenderInto
Optimized trait methods to render a NaTE template