package
1.7.0
Repository: https://github.com/kubeservice-stack/common.git
Documentation: pkg.go.dev

# Functions

NewReader crate bit reader.
NewWriter create bit writer.

# Constants

One is our exported type for '1' bits.
Zero is our exported type for '0' bits.

# Structs

Reader reads bits from buffer.
Writer writes bits to an io.Writer.

# Type aliases

A Bit is a zero or a one.