Popularity
1.9
Growing
Activity
0.0
Stable
34
3
13

Programming language: Rust
License: Apache License 2.0
Tags: Encoding     Bencode    
Latest version: v0.1.0
Add another 'Bencode' Package

README

Rust Bencode

Build Status

Implementation of Bencode encoding written in rust.

Project Status

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.

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 docs.rs

Contributing

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