8 releases

Uses new Rust 2024

0.1.7 Jan 25, 2026
0.1.6 Jan 1, 2026
0.1.5 Dec 25, 2025
0.1.1 Sep 11, 2025

#884 in Development tools

MIT license

185KB
4.5K SLoC

code generation for structom serialization.

generate serialization code for every decleration file in a given directory in a given language.

avaialible languages: rust, javascript.

Usage: structom-codegen --input <INPUT> --output <OUTPUT> --lang <LANG>

Options:
  -i, --input <INPUT>    declerations directory path
  -o, --output <OUTPUT>  generated code output path
  -l, --lang <LANG>      language of the generated code [possible values: rust, js]
  -h, --help             Print help
  -V, --version          Print version

Dependencies

~1.8–2.7MB
~46K SLoC