/go-bitreader

A reader for bits instead of bytes

Primary LanguageGoMIT LicenseMIT

bitreader

Go Reference CI codecov Go Report Card

A Reader that reads bits instead of bytes.

⚠️ This module is deprecated in favor of go-bitio. I foolishly made this module public and ended up getting its docs published on pkg.go.dev before realizing that it would be better to be an I/O module instead of just providing a reader.