Registry / serialization / yasna
library0.6.0rscratesunverified

ASN.1 library for Rust.

# Cargo.toml [dependencies] yasna = "0.6.0"
INSTALL
IMPORT
SIG · YASNA
Y
yasna
serializationrustv0.6.0
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.

DERWriter
use yasna::DERWriter;

Encode an integer using ASN.1 DER.

use yasna::DERWriter; fn main() { let mut buf = Vec::new(); let writer = DERWriter::new(&mut buf); writer.write_integer(42).unwrap(); println!("Encoded ASN.1 DER integer"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Resources
yasna — cargo add yasna · libregistry