yadi 1.0.0-alpha

YaDI is yet another dependency injection framework for writing applications with the Rust programming language
Documentation
1
2
3
use crate::Error;

pub type Result<T> = std::result::Result<T, Error>;