ASN.1 & Serde: Which crate does the community recommend?

ASN.1 & Serde: Which crate does the community recommend?

I'd like to encode/decode using binary ASN.1 and serde. I see there are a lot of crates out there for that. Any recommendations?

If you have experience with one or more, what made you select the one you did? Have you had any issues with any of the implementations? I'm looking for the best speed and it does NOT need to be no-std.

EDIT: After reviewing (not deeply) the available libraries, I settled on the following that seemed to have what I want: https://crates.io/crates/serde_asn1_der

You might be interested in this thread: Comparison of way too many Rust ASN.1 DER libraries

5 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.