randomusert_lib/
lib.rs

1
2
3
4
5
pub mod randomusert_lib;

pub fn mainlib() {
    println!("this is test version!");
}