hypospray 0.1.2

Lightweight dependency injection library
Documentation
1
2
3
4
5
pub use self::prototype::Prototype;
pub use self::singleton::Singleton;

mod prototype;
mod singleton;