cargo-tighterror

Crates.iocargo-tighterror
lib.rscargo-tighterror
version0.0.22
sourcesrc
created_at2023-12-09 16:46:10.233721
updated_at2024-08-31 16:10:25.749961
descriptionThe cargo plugin of the tighterror framework.
homepage
repositoryhttps://github.com/r-bk/tighterror
max_upload_size
id1063783
size22,137
Rafael Buchbinder (r-bk)

documentation

README

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

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.

Commit count: 219

cargo fmt