Packages

Bencoding encoder/decoder for Erlang — implements the serialization format specified in BEP 3 (BitTorrent)

Current section

Files

Jump to
bencoding README.md
Raw

README.md

# bencoding
A simple encoder/decoder for decoding and encoding data in the bencoding style
## Mapping
* Bencode-integer will be converted to Erlang integers.
* Bencode-strings will be converted to Erlang binary strings.
* Bencode-list will be converted to Erlang lists.
* Bencode-dictionaries will be converted to Erlang maps. (#{})