injectable-rs-graph 0.1.0

Compile-time dependency graph validation for the injectable-rs DI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# injectable-rs-graph

Compile-time dependency graph validation for the
[`injectable-rs`](https://crates.io/crates/injectable-rs) DI framework.

Detects cycles, missing dependencies, and ambiguous bindings at build time by
analyzing the static dependency graph. Implementation detail of
`injectable-rs`; depend on `injectable-rs` instead.

## License

Dual-licensed under MIT OR Apache-2.0.