librasn / compiler

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

Fix/issue 2 #3

Closed 6d7a closed 6 months ago

6d7a commented 6 months ago

ASN.1 values of SET, 'SEQUENCE,SET OF, and 'SEQUENCE OF types are ambiguous. For example { item FALSE } could be a value of either type. This hasn't been handled correctly in all cases by the compiler and will be fixed with this PR. Closes #2