Implementation of Bencode encoding written in rust.
Not in active developement due to lack of time and other priorities. If you are interested in taking over the developement of this crate please contact me.
It is the encoding used by the BitTorrent file sharing system. More on wikipedia.
Add this to your Cargo.toml:
[dependencies.bencode]
git = "https://github.com/arjantop/rust-bencode.git"
On docs.rs
git clone https://github.com/arjantop/rust-bencode
cd rust-bencode
make