hyperbitbit 0.0.1-alpha.2

Implementation of HyperBitBit data structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
test:
	cargo test --all-features -- --nocapture --test-threads 1

build:
	cargo test  --all-features

lint:
	cargo clean
	cargo check
	cargo clippy

run:
	cargo run --example simple

doc:
	cargo doc --open