bencode 0.1.13

Bencode library for easy encoding/decoding
Documentation

Rust Bencode

Build Status

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:

[dependencies.bencode]

git = "https://github.com/arjantop/rust-bencode.git"

Documentation

On rust-ci.org

Contributing

git clone https://github.com/arjantop/rust-bencode
cd rust-bencode
make