mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 20:11:22 +00:00
900ffac5e0
Using `$ cargo fmt` in the root. Closes #68. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Boolean Bitfield
A work-in-progress implementation of an unbounded boolean bitfield.
Based upon a Vec<u8>
Documentation TBC...