Module web

Module web 

Source
Expand description

Web visualization module for cargo-coupling

Provides an interactive web-based visualization of coupling metrics, allowing exploration of the 5 coupling dimensions:

  • Strength (Contract, Model, Functional, Intrusive)
  • Distance (SameFunction, SameModule, DifferentModule, DifferentCrate)
  • Volatility (Low, Medium, High)
  • Balance Score (0.0-1.0)
  • Connascence (Name, Type, Meaning, Position, Algorithm)

Re-exports§

pub use graph::GraphData;
pub use server::ServerConfig;
pub use server::start_server;

Modules§

graph
Graph data structures for web visualization
routes
HTTP routes for the web visualization
server
Web server for coupling visualization