1
2
3
pub fn foo() {
    println!("Hallo, Rust library here!")
}