3 个版本
0.1.2 | 2021 年 3 月 2 日 |
---|---|
0.1.1 | 2021 年 2 月 20 日 |
0.1.0 | 2021 年 2 月 19 日 |
#632 in 科学
3KB
lazyfunctions
懒人函数集合,或高效程序员必备。
示例
输入
extern crate lazyfunctions;
fn main() {
let name = lazyfunctions::input("What's your name? : ").expect("Error at input");
println!("Oh! So your name is {}!", name);
}
贡献
要了解如何为该项目做出贡献,请阅读 CONTRIBUTING.md