babbel_bencode 0.1.1

Fast, binary-safe BitTorrent Bencode parser, serializer, and DOM in pure Rust
1
2
3
4
5
/// Module providing a buffer-based destination for writing bencode data into memory
pub mod buffer;
/// Module providing a file-based destination for writing bencode data to disk
#[cfg(feature = "std")]
pub mod file;