Expand description
Procedural macros for Injectium.
This crate provides:
#[derive(Injectable)]– implements theInjectabletrait for your structs, automatically pulling each field from the container.
Derive Macros§
- Injectable
- Derives an implementation of the
injectium::Injectabletrait.