#console #output #color

shell

通用的 Shell 支持。同时包括颜色和错误打印的支持。

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 使用

MIT 许可证

11KB
249 行代码(不包括注释)

Shell.rs

Travis Crates.io Crates.io

入门指南

添加依赖项

要使用最新的稳定版 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;

文档

如果您需要帮助,不要忘记查看库的在线 文档

贡献

通过 问题 或提交 PR 参与进来。

许可证

本项目采用 MIT 许可证 (MIT)

依赖项

~160KB