#tlv #smartcard #iso7816 #generate #no-std

no-std iso7816-tlv

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

10 releases

0.4.4 Feb 13, 2024
0.4.3 Mar 17, 2023
0.4.2 Sep 28, 2021
0.4.1 Apr 15, 2020
0.1.1 Sep 26, 2019

#185 in Data structures

Download history 2936/week @ 2024-09-18 2729/week @ 2024-09-25 4153/week @ 2024-10-02 3049/week @ 2024-10-09 3440/week @ 2024-10-16 4369/week @ 2024-10-23 4112/week @ 2024-10-30 3079/week @ 2024-11-06 4152/week @ 2024-11-13 3553/week @ 2024-11-20 4684/week @ 2024-11-27 4432/week @ 2024-12-04 4744/week @ 2024-12-11 3276/week @ 2024-12-18 1691/week @ 2024-12-25 1895/week @ 2025-01-01

12,447 downloads per month
Used in 24 crates (8 directly)

ISC license

46KB
945 lines

iso7816-tlv

Tools and utilities for handling TLV data as defined in ISO7816-4.

This include BER-TLV data or SIMPLE-TLV data objects.

Features

Currently only generating and parsing BER-TLV or SIMPLE-TLV data.

More features or functions may be added depending of needs.

There is currently no real plan for needed/required features to add.

Improvements

Feel free to open issues for anything, including

  • API changes
  • remarks about code style (as i'm quite new to rust)
  • feature requests

lib.rs:

This crate provides tools and utilities for handling TLV data as defined in ISO7816-4.

This include BER-TLV data or SIMPLE-TLV data objects.

Dependencies

~28KB