rcml/
lib.rs

1pub fn test_func() {
2    println!("It works!");
3}