bit icon indicating copy to clipboard operation
bit copied to clipboard

A bit stream package for Go.

bit

This package provides a simple bit reader that returns different numbers of bits read byte-at-a-time from an io.Reader. This can be used to easily read awkward-sized big-endian numbers from a stream.