modi_macros 0.1.0

Code generation for the modi dependency injection framework
Documentation
1
2
3
4
5
6
//! Implementations of the proc macros

mod common_output;
pub mod component;
pub mod module;
pub mod provider;