Rust Bencode
Implementation of Bencode encoding written in rust.
What is Bencode?
It is the encoding used by the BitTorrent file sharing system. More on wikipedia.
Using the library
Add this to your Cargo.toml:
[]
= "https://github.com/arjantop/rust-bencode.git"
Documentation
On docs.rd
Contributing
git clone https://github.com/arjantop/rust-bencode
cd rust-bencode
make