cargo_ci_template_core/
lib.rs

1
2
3
pub fn hello_lib() {
    println!("Hello Lib");
}