asn1rs v0.2.0-alpha3
Pre-release
Pre-release
kellerkindt
released this
14 Oct 10:53
·
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
SET
s andSET OF
s* - Support for extensible
SET
s - Support for
SIZE
constraints forSET OF
s TagResolver
to properly resolve Tags of ASN.1 typessyn::common::Constraint
which hasconst TAG: Tag
and implementation for all generated constraint types
* For SET OF
only BASIC-PER encoding is supported currently, see #20
Changes
- The ASN.1
OPTIONAL
type is now represented asoptional
instead ofoption
in#[asn(..)]
- The protobuf serializer is now optional and can be enabled with the
protobuf
feature flag