my_library 0.1.0

My first package
Documentation
1
2
3
pub fn greet(name: &str) {
    println!("Hello, {}!", name);
}