injectable-rs-runtime 0.1.0

Runtime types and traits for the injectable-rs DI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# injectable-rs-runtime

Runtime types and traits for the
[`injectable-rs`](https://crates.io/crates/injectable-rs) DI framework.

Provides the internal runtime machinery — registries, extractors, lifecycle
handling, and singleton state — used by the generated code. This crate is an
implementation detail of `injectable-rs`; depend on `injectable-rs` instead.

## License

Dual-licensed under MIT OR Apache-2.0.