Crates.io | cargo-tighterror |
lib.rs | cargo-tighterror |
version | 0.0.22 |
source | src |
created_at | 2023-12-09 16:46:10.233721 |
updated_at | 2024-08-31 16:10:25.749961 |
description | The cargo plugin of the tighterror framework. |
homepage | |
repository | https://github.com/r-bk/tighterror |
max_upload_size | |
id | 1063783 |
size | 22,137 |
The Cargo plugin of the tighterror framework.
cargo-tighterror is a command-line utility that deals with tighterror specification files and Rust code generation. It is a thin wrapper around the tighterror-build library.
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
See the documentation in the tighterror crate.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.