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