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插件

Download history 123/week @ 2024-04-22 15/week @ 2024-04-29 168/week @ 2024-05-13 25/week @ 2024-05-20 123/week @ 2024-06-17 169/week @ 2024-06-24 135/week @ 2024-07-01 13/week @ 2024-07-08 315/week @ 2024-07-15 53/week @ 2024-07-22 3/week @ 2024-07-29

393 每月下载量

MIT/Apache

220KB
6.5K SLoC

cargo-tighterror

tighterror框架的Cargo插件。

crates.io

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-2.0许可证定义的您有意提交的任何贡献,均应如上所述双重许可,不附加任何额外条款或条件。

依赖关系

~7–17MB
~227K SLoC