syrette 0.4.2

The convenient dependency injection framework
Documentation
1
2
3
4
5
6
7
//! Various useful interfaces.

pub mod injectable;

#[cfg(feature = "async")]
#[cfg_attr(doc_cfg, doc(cfg(feature = "async")))]
pub mod async_injectable;