Module buffer

Source
Expand description

Provides a way to convert between storing individual bits and storing whole bytes (for use in I/O operations).

Structs§

BitBuffer
A buffer that stores up to 64 bits and allows pushing and popping both bits and bytes from either side

Enums§

Error
An enum for possible errors when reading and writing bits
Precision
An enum that represents how a stream is terminated

Type Aliases§

Result
A specialized Result type for bit I/O operations