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
/
unbound
/
interfaces
/
mod.rs
blob: bd9f848341c82a1fc5d1c513396640e0437e18d9 (
plain
)
1
2
3
4
pub
mod
animal_store
;
pub
mod
cat
;
pub
mod
dog
;
pub
mod
human
;