rs_lib 0.1.1

一段简单的描述信息,要好好写.
Documentation
1
2
3
4
5
6
use rs_lib::{my_func1, my_func2};

fn main(){
    my_func1();
    my_func2();
}