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

#792 in Parser implementations

Download history 15780/week @ 2024-11-15 10965/week @ 2024-11-22 15715/week @ 2024-11-29 15542/week @ 2024-12-06 15230/week @ 2024-12-13 7815/week @ 2024-12-20 6173/week @ 2024-12-27 13952/week @ 2025-01-03 15030/week @ 2025-01-10 14379/week @ 2025-01-17 15978/week @ 2025-01-24 17412/week @ 2025-01-31 19276/week @ 2025-02-07 18462/week @ 2025-02-14 19079/week @ 2025-02-21 15786/week @ 2025-02-28

76,097 downloads per month
Used in 39 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