Crates.io | mrtd1 |
lib.rs | mrtd1 |
version | 0.1.2 |
source | src |
created_at | 2022-12-07 23:28:37.044761 |
updated_at | 2022-12-08 00:15:54.994607 |
description | Helper utilities for communicating with eMRTDs / ePassports |
homepage | |
repository | https://github.com/alexrsagen/rs-mrtd |
max_upload_size | |
id | 732213 |
size | 70,475 |
Helper utilities for communicating with eMRTDs / ePassports
Warning This library is not currently intended for any production use. You have been warned.
See https://github.com/alexrsagen/rs-nfc example read_mrtd
for example usage.
Feel free to submit a PR for any of these tasks:
BoxError
/BoxResult
with a better error type (like src/mrz/error.rs
)DO'85'
in apdu::command::borrowed::ApduCommand::to_protected
and apdu::response::owned::ApduResponse::from_protected
. Not sure if this is working or done correctly.