rust-modules 0.1.1

My studying rust modules.
Documentation
1
2
3
4
5
pub fn item() {}

pub mod c {
    pub fn item() {}
}