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

#1026 in Parser implementations

Download history 3474/week @ 2024-01-07 3986/week @ 2024-01-14 4657/week @ 2024-01-21 4309/week @ 2024-01-28 4002/week @ 2024-02-04 4701/week @ 2024-02-11 4952/week @ 2024-02-18 4832/week @ 2024-02-25 4979/week @ 2024-03-03 4424/week @ 2024-03-10 5069/week @ 2024-03-17 4633/week @ 2024-03-24 5561/week @ 2024-03-31 6781/week @ 2024-04-07 6910/week @ 2024-04-14 5573/week @ 2024-04-21

24,961 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

~1.5MB
~22K SLoC