File: README.md

package info (click to toggle)
golang-github-offchainlabs-go-bitfield 0.0~git20250408.ad7364d-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 376 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 856 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/)