chaotest 0.0.3

chaotic testing proxy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build::
	cargo build

run::
	PORT_CHAOS=8080 cargo run

publish:: lint
	cargo publish

lint::
	cargo clippy --all
	cargo fmt --all

doc::
	cargo doc --open