yadi 1.0.0-alpha

YaDI is yet another dependency injection framework for writing applications with the Rust programming language
Documentation
1
2
3
4
5
mod entry_id;
mod life_time;

pub(crate) use entry_id::EntryId;
pub(crate) use life_time::LifeTime;