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

#340 in Parser implementations

Download history 4235/week @ 2023-11-20 4159/week @ 2023-11-27 4564/week @ 2023-12-04 5082/week @ 2023-12-11 4393/week @ 2023-12-18 2880/week @ 2023-12-25 3217/week @ 2024-01-01 3374/week @ 2024-01-08 4063/week @ 2024-01-15 4584/week @ 2024-01-22 4335/week @ 2024-01-29 4109/week @ 2024-02-05 4675/week @ 2024-02-12 4936/week @ 2024-02-19 4860/week @ 2024-02-26 4929/week @ 2024-03-04

19,773 downloads per month
Used in 31 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
~20K SLoC