# README
go-bits
Go-bits is a utility for working with sequences of bits.
Read the package documentation
_ for more information.
.. _package documentation: https://godoc.org/github.com/rupertchen/go-bits
# Functions
NewBitmap returns a new Bitmap from a slice of bytes.
NewBitmapFromBlocks returns a new Bitmap from a slice of Blocks.
NewReader returns a Reader that reads from src.
# Type aliases
Block contains a sequence of 0–64 bits.