Crate scuffle_bytes_util

Source

Structs§

BitReader
A reader that reads individual bits from a stream
BitWriter
A writer that allows you to write bits to a stream

Traits§

BytesCursorExt
A helper trait to implement zero copy reads on a Cursor<Bytes> type.

Type Aliases§

BytesCursor