This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
lighthouse
Watch
16
Star
0
Fork
0
You've already forked lighthouse
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a7756ea4b5
lighthouse
/
beacon_chain
/
utils
/
boolean-bitfield
History
Stan Drozd
dcf9f2244a
Add 'edition = "2018"' to every Cargo.toml
2018-12-19 16:38:59 +01:00
..
src
Adds custom
std::cmp::PartialEq
impl
2018-12-10 20:34:35 -08:00
Cargo.toml
Add 'edition = "2018"' to every Cargo.toml
2018-12-19 16:38:59 +01:00
README.md
Simplifies the boolean-bitfield implementation to use
bit-vec
crate
2018-11-20 12:34:28 -08:00
README.md
Boolean Bitfield
Implements a set of boolean as a tightly-packed vector of bits.