livestock_rs/
lib.rs

1
2
3
4
5
6
7
8
pub mod camel;
pub mod cattle;
pub mod chicken;
pub mod donkey;
pub mod goat;
pub mod reindeer;
pub mod sheep;
pub mod swine;