dade 0.1.0

dade is data definition for Rust structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
fmt:
	cargo fmt

lint:
	cargo check
	cargo clippy -- -D warnings
	cargo fmt --check

test:
	cargo test --tests --no-fail-fast

bench:
	cargo +nightly bench