rust_example 0.1.0

a sample project
Documentation
1
2
3
pub fn add_one(x: i32) -> i32 {
    x + 1
}