growthbook-sdk-rust 0.1.1

unofficial growthbook rust sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
fmt:
	cargo fmt --all

clippy:
	cargo clippy --all-targets --all-features -- -Dwarnings -Dclippy::unwrap_used

test:
	@cargo watch -q -c -x 'nextest run ${FILTER} --no-capture'

test_oneshot:
	cargo nextest run