librasn / compiler

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

refactor(rasn): use fixed variant for strictly constrained #43

Closed 6d7a closed 1 month ago

6d7a commented 1 month ago

Uses rasns FixedBitString and FixedOctetString for strictly size-constrained BIT STRINGs and OCTET STRINGs. Closes #42