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.
High-performance async buffered reader for reading lines in reverse order from files and streams
mmap-backed IPC channels with regionized layout, alignment-safe headers, and file rolling.
Pure Rust no_std implementation of the LittleFS v2 on-disk format. Bit-accurate against the C reference in both directions; no FFI; no global allocator inside the kernel.