rlibbencode
This is an implementation of Bencode for Rust. Bencode is used for DHTs, Torrents, and Google DataServers. Its a lightweight fast data serialization. Wikipedia
I have also made an implementation of Bencode with Java.
Usage
Here are some examples of how to use the Bencode library.
Bencode
use crateBencode;
use crate;