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

#627 in Parser implementations

Download history 16232/week @ 2024-07-23 15922/week @ 2024-07-30 14809/week @ 2024-08-06 16058/week @ 2024-08-13 15548/week @ 2024-08-20 14300/week @ 2024-08-27 15025/week @ 2024-09-03 15477/week @ 2024-09-10 14303/week @ 2024-09-17 16320/week @ 2024-09-24 15417/week @ 2024-10-01 16455/week @ 2024-10-08 16160/week @ 2024-10-15 17564/week @ 2024-10-22 15886/week @ 2024-10-29 14994/week @ 2024-11-05

67,377 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