nornir 0.5.4

Companion to cargo: dependency tracking, release gating, deploy, benchmarks, and documentation assembly. Project-agnostic.
1
2
3
4
5
6
7
8
//! Re-export of the pure dependency-graph layout.
//!
//! The layout core moved to the shared `nornir-depgraph` edda leaf (so nornir AND
//! dwarves render the same suite dependency view). It stays reachable as
//! `viz::depgraph_layout` so the 🔗 Dep Graph tab's renderer (`super::graph`) and
//! the introspection call sites are unchanged.

pub use nornir_depgraph::layout::*;