ns_rust_lib/
lib.rs

1pub fn my_function() {
2    println!("Hello from my own standard library!");
3}