#smart-card #tlv #iso-7816 #no-std #smartcard-tlv

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

#136 in Data structures

Download history 4899/week @ 2024-12-08 4125/week @ 2024-12-15 1564/week @ 2024-12-22 2110/week @ 2024-12-29 3996/week @ 2025-01-05 3647/week @ 2025-01-12 4287/week @ 2025-01-19 3311/week @ 2025-01-26 3748/week @ 2025-02-02 3850/week @ 2025-02-09 4799/week @ 2025-02-16 4666/week @ 2025-02-23 3832/week @ 2025-03-02 2873/week @ 2025-03-09 3402/week @ 2025-03-16 3689/week @ 2025-03-23

13,946 downloads per month
Used in 24 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