Me following this talent plan to build a bitcask-esque DB in Rust.
Because this is a Cargo workspace, you must run cargo build
to put binaries
in the right directory for the CLI integration tests (which use
Command::cargo_bin
) to succeed:
cargo build --bin kvs-server && cargo build --bin kvs-client && cargo test