Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 755 Bytes

File metadata and controls

31 lines (19 loc) · 755 Bytes

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