5 个不稳定版本
使用旧的 Rust 2015
0.3.2 | 2017年2月6日 |
---|---|
0.3.1 | 2016年1月15日 |
0.3.0 | 2015年8月21日 |
0.2.0 | 2015年4月21日 |
0.0.1 | 2015年4月20日 |
#206 in #console
被 3 crate 使用
11KB
249 行代码(不包括注释)
Shell.rs
入门指南
添加依赖项
要使用最新的稳定版 shell.rs crate,请将以下内容添加到您的 Cargo.toml
[dependencies.shell]
或者如果您想将其链接到 GitHub 仓库,请添加以下内容
[dependencies.shell]
git = "https://github.com/icorderi/shell.rs"
注意:有关处理 依赖项 的更多信息,请参阅官方 cargo 网站。
导入 Shell.rs
要导入 Shell.rs,请将以下内容添加到您的代码中
extern crate shell;
文档
如果您需要帮助,不要忘记查看库的在线 文档。
贡献
许可证
本项目采用 MIT 许可证 (MIT)
依赖项
~160KB