There was an error while loading. Please reload this page.
nir-rs/ ├── src/ │ ├── lib.rs │ ├── error.rs │ ├── graph.rs # NirGraph │ ├── nodes.rs # NirNode enum + structs │ ├── types.rs # Tensor, Metadata* │ └── io/ │ ├── mod.rs # read/write API, WriteOptions │ ├── wire.rs # keys, WIRE_TYPES (always built) │ ├── hdf5_read.rs # feature hdf5 │ └── hdf5_write.rs # feature hdf5 ├── tests/ │ ├── fixtures/ # real .nir from Python NIR (BSD-3) │ ├── hdf5_*.rs │ └── common/ ├── .github/workflows/ci.yml ├── AGENTS.md / REVIEW.md └── Cargo.toml
hdf5
hdf5-metno
aldanor/hdf5
indexmap
thiserror
NirError
docs.rs builds with default features (no libhdf5 on their image).
Last updated: July 29, 2026 Updated by: Grok Build: Grok 4.5 Package tip reference: df72fc9 (main)
df72fc9