sudw1n/bitstream
A library to manipulate streams (`Reader`/`Writer`) in bits.
Note: This library is no longer needed as Zig already provides
std.io.BitWriter
andstd.io.BitReader
.
A tiny library to allow writing to and reading from stream (a Reader
and a Writer
in Zig) in bits.
The original credits go to MichaelDipperstein for their implementation of bitfile. I only implemented it in Zig.