Implementation of Bencode encoding written in rust.
It is the encoding used by the BitTorrent file sharing system. More on wikipedia.
Add this to your Cargo.toml:
```toml [dependencies.bencode]
git = "https://github.com/arjantop/rust-bencode.git" ```
On rust-ci.org
git clone https://github.com/arjantop/rust-bencode
cd rust-bencode
make