Skip to content

asn1rs v0.2.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kellerkindt 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 SETs and SET OFs*
  • Support for extensible SETs
  • Support for SIZE constraints for SET OFs
  • TagResolver to properly resolve Tags of ASN.1 types
  • syn::common::Constraint which has const 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 as optional instead of option in #[asn(..)]
  • The protobuf serializer is now optional and can be enabled with the protobuf feature flag