provides a buffered access to a Read object with a limited Seek implementation.
A stream reader with ability to read a stream until a defined pattern is reached (usually an array of [u8])
High-performance async buffered reader for reading lines in reverse order from files and streams
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Low-level, callback-based, streaming XML tokenizer
Crate that provides a buffered reader capable of reading chunks of bytes of a data stream in reverse order. Its implementation is an adapted copy of BufReader from the nightly std::io.
A Rust library to execute a number of lightweight asynchronous tasks (a.k.a, fibers) based on futures and mio
A simple library for parsing UAS KLV data from raw data.
boxed async io for client/server.
Skip the optional encoding Byte Order Mark (BOM) at the start of a file if it exists.
Rust implementation of the BEVE (Binary Efficient Versatile Encoding) specification with serde support
Helper functions for testing.