20个版本
0.0.21 | 2024年7月20日 |
---|---|
0.0.17 | 2024年6月29日 |
0.0.13 | 2024年3月23日 |
0.0.4 | 2023年12月30日 |
#264 in Cargo插件
393 每月下载量
220KB
6.5K SLoC
cargo-tighterror
tighterror框架的Cargo插件。
cargo-tighterror是一个命令行工具,用于处理tighterror规范文件和Rust代码生成。它是tighterror-build库的轻量级包装。
安装
cargo install cargo-tighterror
概要
$> cargo help tighterror
The cargo plugin of the tighterror framework.
Usage: cargo tighterror [OPTIONS]
Options:
-s, --spec <PATH> The specification file path
-o, --output <PATH> The output path
-t, --test Include a unit-test in the generated code
-u, --update Do not overwrite the output file if data is unchanged
-S, --separate-files Write modules in separate files
-h, --help Print help
-V, --version Print version
文档
请参阅tighterror包中的文档。
许可协议
许可协议为以下之一
- Apache License 2.0 (LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT许可协议 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
供您选择。
贡献
除非您明确声明,否则根据Apache-2.0许可证定义的您有意提交的任何贡献,均应如上所述双重许可,不附加任何额外条款或条件。
依赖关系
~7–17MB
~227K SLoC