nir-rs 0.4.2

Pure-Rust implementation of the Neuromorphic Intermediate Representation (NIR) — the standard interchange format for spiking neural networks.
Documentation
1
2
3
4
5
6
7
8
# Pinned toolchain for local dev, CI, Cursor cloud agents, and PR bots.
# Keep in sync with .github/workflows/ci.yml (`toolchain: 1.97.1`) and
# .cursor/Dockerfile (rust:1.97-bookworm ≈ this pin).
# Components ensure fmt/clippy exist for the quality bar.
[toolchain]
channel = "1.97.1"
components = ["rustfmt", "clippy"]
profile = "minimal"