Skip to content

siketyan/apdu-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

59 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦€ apdu-rs

Rust

Rust library to compose or parse APDU commands and responses.

πŸ— Crates

This repository is made of these crates separately:

apdu

crates.io docs

apdu-core

crates.io docs

apdu-derive

crates.io docs

πŸ“¦ Getting Started

Add to your Cargo.toml as a dependency as follows:

[dependencies]
apdu = "0.3"

πŸ›  Longer payloads support

This library supports longer payloads of APDU commands and responses. If you want to use these, turn longer_payloads feature on:

apdu-core = { version = "0.3", features = ["longer_payloads"] }

πŸ›  no_std support

apdu-core crate does support no_std environments (but it requires alloc yet). If you are using this crate in no_std, turn std feature off by disabling default features:

[dependencies]
apdu-core = { version = "0.3", default-features = false }

πŸ“„ Documentation

See docs.rs.

About

πŸ¦€ Rust library to compose or parse APDU commands and responses.

Topics

Resources

Stars

Watchers

Forks

Languages