Versions in this module Expand all Collapse all v0 v0.1.0 Jul 19, 2026 Changes in this version + type Reader struct + func NewReader(b []byte) *Reader + func (r *Reader) ReadBit() (byte, error) + func (r *Reader) Remaining() int + func (r *Reader) TotalBits() int + type Writer struct + func NewWriter() *Writer + func (w *Writer) BitsWritten() int + func (w *Writer) Bytes() []byte + func (w *Writer) WriteBit(bit byte)