cargo-arc 0.2.1

Visualize crate and module dependencies in Cargo workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod analyze;
pub mod cli;
pub mod graph;
pub mod layout;
pub mod model;
pub mod render;
pub mod volatility;

pub use cli::{Args, Cargo, run};

#[cfg(test)]
mod js_registry;