Crate merc_io

Crate merc_io 

Source
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§

BitStreamReader
Reader for bit-level input operations from an underlying reader.
BitStreamWriter
Writer for bit-level output operations using an underlying writer.
LineIterator
A lending iterator over the lines of a type implementing Read.
TimeProgress
A time-based progress tracker that prints messages at regular intervals.

Traits§

BitStreamRead
Trait for reading bit-level data.
BitStreamWrite
Trait for writing bit-level data.