1 2 3 4 5
//! A buffered wrapper around a `Read` type, providing read and peek methods. mod byte_buffer; pub use self::byte_buffer::ByteBuffer;