index
:
syrette
master
without-linkme
The convenient dependency injection framework for Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
di_container
/
blocking
/
prelude.rs
blob: 82db5e3d993678db00d7878e50825cce44a2e13d (
plain
)
1
2
//! Commonly used types.
pub
use
crate
::
di_container
::
blocking
::
{
DIContainer
,
IDIContainer
};