asnom 0.1.0

A ASN.1 BER Parser&Writer based on Nom
Documentation
  • Coverage
  • 1.87%
    2 out of 107 items documented0 out of 28 items with examples
  • Size
  • Source code size: 29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dequbed

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