emv-qrcps 0.1.1

Features a non-alloc deserializer, and a serializer for any specification based on EMV-QrCode.
Documentation
1
2
3
4
5
6
pub use emv_qrcps_derive::EmvEncoder;
pub use helpers::{Encode, Size};
pub use parser::{base_parser, Parsed};

pub mod helpers;
mod parser;