babbel_bencode 0.1.0

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