13 releases

new 0.0.14 Apr 26, 2024
0.0.13 Mar 23, 2024
0.0.8 Feb 9, 2024
0.0.6 Jan 6, 2024
0.0.4 Dec 30, 2023

#241 in Cargo plugins

Download history 1/week @ 2023-12-29 14/week @ 2024-01-05 5/week @ 2024-02-02 5/week @ 2024-02-09 15/week @ 2024-02-16 17/week @ 2024-02-23 126/week @ 2024-03-01 190/week @ 2024-03-08 129/week @ 2024-03-15 252/week @ 2024-03-22 48/week @ 2024-03-29 9/week @ 2024-04-05

311 downloads per month

MIT/Apache

180KB
5K SLoC

cargo-tighterror

The Cargo plugin of the tighterror framework.

crates.io

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.

Installation

cargo install cargo-tighterror

Synopsis

$> 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 file path
  -t, --test           Include a unit-test in the generated code
  -u, --update         Do not overwrite the output file if data is unchanged
  -h, --help           Print help
  -V, --version        Print version

Documentation

See the documentation in the tighterror crate.

License

Licensed under either of

at your option.

Contribution

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.

Dependencies

~7–18MB
~238K SLoC