#tlv #iso7816 #smartcard #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

#140 in Data structures

Download history 3129/week @ 2023-12-23 4928/week @ 2023-12-30 7964/week @ 2024-01-06 7080/week @ 2024-01-13 10985/week @ 2024-01-20 9297/week @ 2024-01-27 8347/week @ 2024-02-03 7541/week @ 2024-02-10 5324/week @ 2024-02-17 5668/week @ 2024-02-24 4187/week @ 2024-03-02 4477/week @ 2024-03-09 4956/week @ 2024-03-16 4881/week @ 2024-03-23 3822/week @ 2024-03-30 3122/week @ 2024-04-06

17,695 downloads per month
Used in 21 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

~29KB