context-footprint 0.1.0

A static analysis tool for measuring architectural context exposure in codebases.
Documentation
1
2
3
4
5
6
7
8
pub mod builder;
pub mod edge;
pub mod graph;
pub mod node;
pub mod policy;
pub mod ports;
pub mod semantic;
pub mod solver;