rust_hello_test 0.2.1

テストクレートです
Documentation
1
2
3
4
5
6
mod hello_rust;
pub use self::hello_rust::print_hello;

pub fn lib_hello(){
  println!("lib_hello");
}