nexus-standard 1.0.0

Zero-copy compiler and reader for the Nexus Standard (NXS) bi-modal serialization format
Documentation
1
2
3
4
# Binary entry points

File names use underscores (`nxs_import.rs`); binary names use hyphens (`nxs-import`).
This matches Cargo's convention: `[[bin]] name = "nxs-import"` / `path = "src/bin/nxs_import.rs"`.