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
6
7
8
9
mod builder;
mod error;
mod result;
mod service_locator;

pub use builder::Builder;
pub use error::Error;
pub use result::Result;
pub use service_locator::ServiceLocator;