apdu 0.2.0

High-level API for APDU commands and responses.
Documentation
# 🦀 apdu-rs
[![Rust](https://github.com/siketyan/apdu-rs/actions/workflows/rust.yml/badge.svg)](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
[![crates.io](https://img.shields.io/crates/v/apdu.svg)](https://crates.io/crates/apdu)
[![docs](https://docs.rs/apdu/badge.svg)](https://docs.rs/apdu/)

### apdu-core
[![crates.io](https://img.shields.io/crates/v/apdu-core.svg)](https://crates.io/crates/apdu-core)
[![docs](https://docs.rs/apdu-core/badge.svg)](https://docs.rs/apdu-core/)

### apdu-derive
[![crates.io](https://img.shields.io/crates/v/apdu-derive.svg)](https://crates.io/crates/apdu-derive)
[![docs](https://docs.rs/apdu-derive/badge.svg)](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/).