A simple in-memory key value store
git clone https://git.sr.ht/~combinations/kvstore
cargo run
cargo build --release
cargo doc
USAGE:
kvstore [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
get Get the value of a key from the store
help Prints this message or the help of the given subcommand(s)
rm Remove a key and its value from the store
set Set a value for a given key