#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

#191 in Data structures

Download history 4498/week @ 2024-06-20 3527/week @ 2024-06-27 3238/week @ 2024-07-04 3422/week @ 2024-07-11 2786/week @ 2024-07-18 3563/week @ 2024-07-25 3471/week @ 2024-08-01 3076/week @ 2024-08-08 2645/week @ 2024-08-15 4130/week @ 2024-08-22 3475/week @ 2024-08-29 3607/week @ 2024-09-05 3222/week @ 2024-09-12 2763/week @ 2024-09-19 2710/week @ 2024-09-26 3575/week @ 2024-10-03

12,853 downloads per month
Used in 26 crates (6 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