bencodex-rs 0.5.1

The Rust implementation of Bencodex
Documentation
1
2
3
4
5
mod decode;
mod encode;

pub use decode::{from_json, from_json_string, JsonDecodeError};
pub use encode::{to_json, to_json_with_options, BinaryEncoding, JsonEncodeOptions};