Sign in Sign up
cargo

nornir-workspace

The `nornir-workspace.toml` multi-repo descriptor: parse a workspace of independent repos (path / git / fat-both members) and resolve every member to a concrete on-disk checkout, auto-materializing missing `git` members via the pure-Rust `nornir-git` transport (SSH via russh, no shell-out; `NORNIR_OFFLINE` for the airgap path). Pure parse + repo-source resolve — NO warehouse, NO Iceberg. Extracted out of nornir/src/workspace so dwarves can consume it FAT without inverting edda->nornir into a cycle; nornir re-exports it verbatim under `nornir::workspace`.

cargo View on Cargo

Activity

Latest release
2w ago
Total releases
3
Cadence
~11 days
Last 12 months
3

Reach

Downloads
43

Details

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