rs_lib 0.1.1

一段简单的描述信息,要好好写.
Documentation
1
2
3
4
5
pub mod mod_sub1 {
    pub fn func3() {
        println!("mod_sub1.func3");
    }
}