An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.7% on proxy.golang.org

proxy.golang.org : github.com/creachadair/bitstream

Package bitstream is a library for manipulating bit streams. A stream represents an unbounded sequence of binary digits, indexed from 0. A bitstream.Reader supports reading bits from a stream of bytes supplied by an io.Reader. Reader example (leaving out error checking): A bitstream.Writer supports writing bits to a stream of bytes consumed by an io.Writer. Writer example (leaving out error checking): When a stream is encoded as bytes for I/O, the bits may be packed into bytes either from most to least significant, or vice versa. This behaviour is controlled by the LowBitFirst field of the Options struct.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/creachadair/bitstream
License: BSD-3-Clause
Latest release: about 2 years ago
First release: about 2 years ago
Namespace: github.com/creachadair
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 17 days ago

    Loading...
    Readme
    Loading...