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
/
examples
/
basic
/
animals
/
mod.rs
blob: 5444978e9475219f642eca59ddff8224f72608fa (
plain
)
1
2
3
pub
mod
cat
;
pub
mod
dog
;
pub
mod
human
;