5个版本 (3个稳定版)
使用旧的Rust 2015
1.1.1 | 2017年12月31日 |
---|---|
1.1.0 | 2017年12月30日 |
1.0.0 | 2017年12月30日 |
0.1.1 | 2017年12月30日 |
0.1.0 | 2017年12月30日 |
#13 in #helpful
每月23次下载
4KB
beginner_tools
用法
首先,将以下内容添加到您的 Cargo.toml
[dependencies]
beginner_tools = "1.1.1"
然后,将其添加到您的crate根目录
extern crate beginner_tools;
use beginner_tools::*;
您现在可以自由使用crate提供的任何函数!
目前有两个函数
- get_stdin
- input
后者基本上是第一个函数的包装,提供了更多功能。
有关更多信息,请参阅文档
lib.rs
:
beginner_tools
为Rust初学者设计的实用库,提供在简单项目中很有用的示例