Expand description
§Overview
⚠️ important This is an internal crate and is not intended for public use.
Internal MERC crate for I/O related utilities, including bit-level streams and also handling of formatting and output to the console.
§Minimum Supported Rust Version
We do not maintain an official minimum supported rust version (MSRV), and it may be upgraded at any time when necessary.
§License
All MERC crates are licensed under the BSL-1.0 license. See the LICENSE file in the repository root for more information.
Structs§
- BitStream
Reader - Reader for bit-level input operations from an underlying reader.
- BitStream
Writer - Writer for bit-level output operations using an underlying writer.
- Line
Iterator - A lending iterator over the lines of a type implementing Read.
- Time
Progress - A time-based progress tracker that prints messages at regular intervals.
Traits§
- BitStream
Read - Trait for reading bit-level data.
- BitStream
Write - Trait for writing bit-level data.