Skip to main content

Crate injectium_macro

Crate injectium_macro 

Source
Expand description

Procedural macros for Injectium.

This crate provides:

  • #[derive(Injectable)] – implements the Injectable trait for your structs, automatically pulling each field from the container.

Derive Macros§

Injectable
Derives an implementation of the injectium::Injectable trait.