bencode2json 0.1.0

A Bencoded to JSON converter library and console app with no intermediary in-memory structure.
Documentation
1
2
3
4
5
6
//! Read and write operations.
pub mod byte_reader;
pub mod byte_writer;
pub mod error;
pub mod string_writer;
pub mod writer;