kevinalmansa / gobits

Bit Reader & Bit Buffer implementation written in Go. Used in personal projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Bits

Bit Reader & Bit Buffer implementation written in Go. Used in personal projects.

BitReader relies on underlying bytes.Reader to stream bits.

BitBuffer uses an underlying byte array.

Coverage: 100% of statements

About

Bit Reader & Bit Buffer implementation written in Go. Used in personal projects.

License:MIT License


Languages

Language:Go 100.0%