lber 0.5.0

An ASN.1/BER parser/encoder based on nom
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# LBER - lightweight BER

ASN.1/BER implementation based on nom.

Currently used in an [LDAP](https://github.com/inejge/ldap3) implementation,
and not intended to be a generic ASN.1 solution.

Future versions will probably use Serde to make encoding and (especially)
decoding less of a chore.

# License

Licensed under the [MIT license](LICENSE).