# 🦀 apdu-rs
[](https://github.com/siketyan/apdu-rs/actions/workflows/rust.yml)
Rust library to compose or parse APDU commands and responses.
## 🏗 Crates
This repository is made of these crates separately:
### apdu
[](https://crates.io/crates/apdu)
[](https://docs.rs/apdu/)
### apdu-core
[](https://crates.io/crates/apdu-core)
[](https://docs.rs/apdu-core/)
### apdu-derive
[](https://crates.io/crates/apdu-derive)
[](https://docs.rs/apdu-derive/)
## 📦 Getting Started
Add to your Cargo.toml as a dependency as follows:
```toml
[dependencies]
apdu = "0.2"
```
## 📄 Documentation
See [docs.rs](https://docs.rs/apdu/).