asn1rs v0.2.0-alpha3
Pre-release
Pre-release
·
265 commits
to master
since this release
0.2.0-alpha3 (Oct 14, 2020)
Fixes
- Missing CI checks on non-default features
Added
- Support for
SETs andSET OFs* - Support for extensible
SETs - Support for
SIZEconstraints forSET OFs TagResolverto properly resolve Tags of ASN.1 typessyn::common::Constraintwhich hasconst TAG: Tagand implementation for all generated constraint types
* For SET OF only BASIC-PER encoding is supported currently, see #20
Changes
- The ASN.1
OPTIONALtype is now represented asoptionalinstead ofoptionin#[asn(..)] - The protobuf serializer is now optional and can be enabled with the
protobuffeature flag