tinyklv 0.1.0

The simplest Key-Length-Value (KLV) framework in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Getting Started

## Install

```sh
cargo add tinyklv
```

or add it to `Cargo.toml` directly.

For a structured walkthrough, start with
[the first tutorial item](./tutorial/fundamentals/01-first-packet.md).