injectable-rs-macros
Procedural macros for the injectable-rs
DI framework.
This crate is an implementation detail of injectable-rs and is re-exported
through it. You normally do not need to depend on this crate directly.
Macros
#[injectable]— derive a type as injectablebind!— bind a provider in a containercontainer!— declare a DI container
License
Dual-licensed under MIT OR Apache-2.0.