bencode Decoder and encoder of the Bencode format for the Rust programming language. Documentation Usage Add this to your Cargo.toml: [dependencies.bencode] git = "https://github.com/murarth/bencode" And this to your crate root: extern crate bencode;