1 unstable release
Uses old Rust 2015
0.1.0 | Feb 11, 2017 |
---|
#17 in #ber
Used in ldap
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
Dependencies
~775KB
~15K SLoC