Sign in Sign up
cargo

facett-coderoom-view

facett — the shared WORLD-CODEROOM pane: one robot-testable egui `Facet` that renders the constellation's crates@versions as a dependency node-graph with green(compatible)/red(breaking) `semver_diffs` compat edges, and a WHAT-BREAKS mode that highlights the world callers a dropped symbol breaks (the impact set) while dimming the rest. WAREHOUSE-AGNOSTIC + presentational: facett carries NO nornir/dwarves/warehouse dep; the HOST implements the `CoderoomDataSeam` (feeding crate nodes + compat edges + a what-breaks result from the dedicated coderoom warehouse) and the pane only renders them — mirroring how the Release tab takes a ReleaseConvergence and the binary pane takes a BinaryDataSeam. The dependency graph itself REUSES facett-graphview's DecoratedGraphView + depgraph_layout (no twinned layout).

cargo View on Cargo

Activity

Latest release
1w ago
Total releases
3
Cadence
~13 days
Last 12 months
3

Reach

Downloads
17

Details

License
MIT OR Apache-2.0
First release
Aug 05, 2026
Releases
Version Released
0.1.19 patch
0.1.17 patch
0.1.15 initial