mylibary 0.1.0

A fun game where you guess what number the computer has chosen.
Documentation
1
2
3
4
5
6
7
8
9
10

//! # My libary Demo
//!
//! `my_libary` 是一个测试项目.
// --snip--

/// 返回"called libaray's `SayHello`".
pub fn say_hello() {
    println!("called libaray's `SayHello`");
}