structomer

Crates.iostructomer
lib.rsstructomer
version0.1.3
created_at2026-01-25 19:50:02.515976+00
updated_at2026-01-25 20:00:27.584421+00
descriptioncli utility for structom convertions
homepage
repositoryhttps://github.com/aliibrahim123/structom
max_upload_size
id2069410
size19,100
aliibrahim123 (aliibrahim123)

documentation

README

cli utility for structom convertions

supports convertions between object notation, binary data, and json

Usage: structomer [OPTIONS]

Options:
  -i, --input <INPUT>                input file path
  -o, --output <OUTPUT>              output file path
  -f, --from <FROM>                  input type [default: obj] [possible values: obj, bin, json]
  -t, --to <TO>                      output type [default: obj] [possible values: obj, bin, json]
  -d, --declerations <DECLERATIONS>  declerations directory
  -h, --help                         Print help
  -V, --version                      Print version
Commit count: 33

cargo fmt