Seek implementation for every Read
MIME type detection utilities for Rust based on filename glob rules and content magic
Reader and seekable indexed data model for MSBuild binary log (.binlog) files.
Exif/metadata parsing library written in pure Rust, both image (jpeg/heif/heic/jpg/tiff etc.) and video/audio (mov/mp4/3gp/webm/mkv/mka, etc.) files are supported.
Rust library and CLI for inspecting, probing, extracting, muxing, and rewriting MP4 structures
A comprehensive library for handling FLAC files
A wrapper for std::io::Read providing std::io::Seek
Pure-Rust DjVu codec — decode and encode DjVu documents. MIT licensed, no GPL dependencies.
Cardano standard canonical ledger state (SCLS) library
Streaming shuffled JSONL: chunk pool, shuffle algorithms, I/O, sinks
Specialized Rust CSV readers/writers leveraging SIMD instructions.
File hasher to calculate the hash for a section of a file, the hash is `u64` size. The `Write` trait was implemented for it.