my_crate_PipoAT 0.1.0

An example crate from the official Rust Book/Documentation
Documentation
1
2
3
fn main() {
    println!("Hello, world!");
}