rust-asn1
This is a Rust library for parsing and generating ASN.1 data (DER only).
Installation
Add asn1 to the [dependencies] section of your Cargo.toml:
[]
= "0.18"
Builds on Rust 1.59.0 and newer.
rust-asn1 is compatible with #![no_std] environments:
= { = "0.18", = false }