Rust library for encoding and decoding the Bencode coding.
Decode:
// decode transforms Bencoded bytes to objects. pub fn decode(src: Vec<u8>) -> Bencoding { Encode:
// encode transforms objects to Bencoded bytes. pub fn encode(benc: Bencoding) -> Vec<u8> { BSD 3-Clause: LICENSE.txt