librasn / compiler

An ASN1 compiler producing Rust bindings for the rasn framework
Other
13 stars 7 forks source link

Add `--output-mode=module` #53

Open XAMPPRocky opened 1 month ago

XAMPPRocky commented 1 month ago

Currently the only generation mode is generating a single file, but it would be nice if there was an option to generate a file per each module for creating crates and keeping generated code as a separate codegen unit.