Open XAMPPRocky opened 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.
lazy_static!
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.