jjss_tocargo 0.1.0

test crate repo
Documentation
1
2
3
4
5
6
7
8
pub fn add(left: usize, right: usize) -> usize {
    left + right
}


pub fn test_function() {
    println!("Hello world!");
}