1 unstable release

Uses old Rust 2015

0.1.0 Feb 11, 2017

#12 in #asn1


Used in ldap

MIT license

28KB
845 lines

ASNom.1

ASN.1 BER implementation using (big surprise) nom.

Currently used to implemenent LDAP, so I will for now only implement what is needed for LDAP:

  • Implicit Tags
  • Sequence
  • Choice (No special code for now)
  • Integer
  • OctetString
  • With Components (Probably won't do any special code for that)
  • Enumerated (Just an integer so probably no special code for now)
  • Sequence Of
  • Boolean
  • Null
  • Set Of

I may implement a full ASN.1 suite later on but that is out of scope in the medium term.

License

MIT

Dependencies

~655KB
~12K SLoC