librasn / compiler

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

Fixed size `SEQUENCE OF` types should use `[T; N]` #57

Open XAMPPRocky opened 2 weeks ago

XAMPPRocky commented 2 weeks ago

Currently the compiler always uses the SequenceOf type, but it should use different types if its sizes are restricted. Starting with if it has a fixed size it should use an array.