librasn / compiler

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

Group `lazy_static` value definitions together. #52

Open XAMPPRocky opened 1 month ago

XAMPPRocky commented 1 month ago

If an ASN.1 module has multiple values defined, currently the compiler will generate a lazy_static! block each time, it would be better if these were condensed into a single block containing all of the definitions.