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

#632 in Parser implementations

Download history 16400/week @ 2024-08-12 15437/week @ 2024-08-19 15467/week @ 2024-08-26 13425/week @ 2024-09-02 15935/week @ 2024-09-09 14229/week @ 2024-09-16 16136/week @ 2024-09-23 15687/week @ 2024-09-30 16319/week @ 2024-10-07 16070/week @ 2024-10-14 17441/week @ 2024-10-21 16057/week @ 2024-10-28 15381/week @ 2024-11-04 15252/week @ 2024-11-11 15592/week @ 2024-11-18 10094/week @ 2024-11-25

56,916 downloads per month
Used in 38 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

~1MB
~21K SLoC