Registry / serialization / simple-asn1

simple-asn1

JSON →
library0.6.4rscratesunverified

A simple DER/ASN.1 encoding/decoding library.

# Cargo.toml [dependencies] simple_asn1 = "0.6.4"
INSTALL
IMPORT
SIG · SIMPLE-ASN1
S
simple-asn1
serializationrustv0.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from_der
use simple_asn1::from_der;

Decode a DER-encoded ASN.1 structure.

use simple_asn1::from_der; fn main() { let der_data = vec![0x30, 0x03, 0x02, 0x01, 0x01]; let result = from_der(&der_data); println!("Decoded: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
simple-asn1 — cargo add simple-asn1 · libregistry