Sign in Sign up
cargo

nornir-escape

The ONE shared markup-escaping primitive for the nordisk constellation — XML/SVG entity escaping (`xml` → `& < > "` become `&amp; &lt; &gt; &quot;`, allocation-free `Cow` when the input is already clean). REUSE (LAW #5): seven BYTE-IDENTICAL `xml_escape`/`svg_escape` copies grew independently across nornir (viz `diagram`/`coverage_metrics_svg`, `arch`, `mimir`, `nornir-introspect`), edda (`nornir-testmatrix` coverage SVG) and Skidbladnir (`msi` WXS) — this leaf owns the canon so every SVG/XML emitter escapes the same four entities identically. std-only, ZERO runtime deps. Domain-coupled escapers (typst markdown→typst conversion, markdown table cells, asset-name slugs) STAY in their conductor (L5a).

cargo View on Cargo

Activity

Latest release
1mo ago
Total releases
1
Cadence
Last 12 months
1

Reach

Downloads
0

Details

License
MIT OR Apache-2.0
First release
Aug 05, 2026
Releases
Version Released
0.1.0 initial