7 个版本
0.1.6 | 2021年11月28日 |
---|---|
0.1.5 | 2021年8月1日 |
0.1.4 | 2020年7月9日 |
0.1.3 | 2019年9月10日 |
在 Cargo 插件 中排名 347
每月下载 49 次
13KB
223 行(不含注释)
cargo-print
A cargo 子命令,用于以 shell 方便的格式打印信息。适用于 CI。
安装和运行方式如下
cargo install cargo-print
cargo print examples [--no-default-features] [--features <FEATURES>...] [--all-features]
# prints examples that can be run given the specified features
cargo print publish
# prints packages of a workspace in order for publishing
cargo print package
# prints the name of the package in the current directory
cargo print directory <package-name>
# prints the directory of the specified package
cargo print host
# prints rustc's host triple
许可证
许可协议为以下之一
- Apache License,版本 2.0,(LICENSE-APACHE.txt 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 许可协议 (LICENSE-MIT.txt 或 http://opensource.org/licenses/MIT)
任选其一。
除非您明确声明,否则您有意提交的任何贡献,根据 Apache-2.0 许可协议定义,应按上述方式双许可,不附加任何额外条款或条件。
依赖项
~1.1–9MB
~80K SLoC