Registry / utility / iso7816-tlv

iso7816-tlv

JSON →
library0.4.4rscratesunverified

tools and utilities for handling TLV data as defined in ISO/IEC 7816-4

# Cargo.toml [dependencies] iso7816-tlv = "0.4.4"
INSTALL
IMPORT
SIG · ISO7816-TLV
I
iso7816-tlv
utilityrustv0.4.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.

Tlv
use iso7816_tlv::Tlv;

Creates a new TLV (Tag-Length-Value) structure.

use iso7816_tlv::Tlv; fn main() { let tlv = Tlv::new(0x01, vec![0x02, 0x03]); println!("{:?}", tlv); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
iso7816-tlv — cargo add iso7816-tlv · libregistry