enxame-bencode 0.1.1

Bencode — the BitTorrent encoding as a typed AST: parse-don't-validate + canonical typed-emission encoder. Keystone of the pleme-io ENXAME BitTorrent suite.
Documentation
# bencode

[![crates.io](https://img.shields.io/crates/v/enxame-bencode.svg)](https://crates.io/crates/enxame-bencode)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

Bencode — the BitTorrent encoding as a typed AST: parse-don't-validate + canonical typed-emission encoder. Keystone of the pleme-io ENXAME BitTorrent suite.

Part of **ENXAME** — the pleme-io BitTorrent suite: one sans-io engine and
thin faces, with GUIs on every platform (terminal, web, native desktop).
See [`theory/ENXAME.md`](https://github.com/pleme-io/theory/blob/main/ENXAME.md).

## Use

```toml
enxame-bencode = "0.1"
```


## License

MIT © pleme-io