aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/mod.rs
blob: eef7190fedcbfd9ec6bc088970801f84f769c099 (plain)
1
2
3
4
5
6
7
//! Various useful interfaces.

pub mod any_factory;
pub mod injectable;

#[cfg(feature = "factory")]
pub mod factory;