tyozo 0.1.0

in-memory key-value store
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
build:
	cargo build
run:
	cargo run
test:
	cargo test
server:
	RUST_LOG=info cargo run --bin tyozo-server
cli:
	cargo run --bin tyozo-cli
fix:
	cargo fix --allow-dirty --allow-staged -Z unstable-options --clippy