9 releases

Uses old Rust 2015

0.4.2 Jun 8, 2023
0.4.0 Dec 20, 2022
0.3.0 Dec 30, 2020
0.2.0 May 1, 2020
0.1.4 May 12, 2017

#1242 in Parser implementations

Download history 5137/week @ 2024-03-14 4761/week @ 2024-03-21 4468/week @ 2024-03-28 6676/week @ 2024-04-04 7100/week @ 2024-04-11 5944/week @ 2024-04-18 5501/week @ 2024-04-25 7003/week @ 2024-05-02 6084/week @ 2024-05-09 6239/week @ 2024-05-16 6709/week @ 2024-05-23 7445/week @ 2024-05-30 7468/week @ 2024-06-06 7920/week @ 2024-06-13 8011/week @ 2024-06-20 6170/week @ 2024-06-27

30,994 downloads per month
Used in 35 crates (2 directly)

MIT license

33KB
918 lines

LBER - lightweight BER

ASN.1/BER implementation based on nom.

Currently used in an LDAP 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.

Dependencies

~1.5MB
~22K SLoC