A really tiny KV store.
Both the `server` and the `cli` can be built from the repository root. The binaries can be found at `target/release`
or `target/debug` depending on the profile.
All tests can be run from the repository root.
```shell
cargo test
```
```shell
cargo build
cargo build --release
```