An open API service indexing awesome lists of open source software.

https://github.com/offchainlabs/go-bitfield

Bytes abstractions to represent a list of bits.
https://github.com/offchainlabs/go-bitfield

Last synced: about 1 year ago
JSON representation

Bytes abstractions to represent a list of bits.

Awesome Lists containing this project

README

          

# go-bitfield
[![GoDoc](https://godoc.org/github.com/OffchainLabs/go-bitfield?status.svg)](https://godoc.org/github.com/OffchainLabs/go-bitfield) [![Go Report Card](https://goreportcard.com/badge/github.com/OffchainLabs/go-bitfield)](https://goreportcard.com/report/github.com/OffchainLabs/go-bitfield)
[![Build status](https://badge.buildkite.com/d02b7b562889bd1560dc726c01e2470f17dd2061056122bb1f.svg?branch=master)](https://buildkite.com/prysmatic-labs/go-bitfield)

Bitfields are a bytes abstraction to represent a list of bits.

See the godoc reference for more details.

## Usage

```
go get github.com/OffchainLabs/go-bitfield
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)