CLI .txt-based key-value store.
Windows:
Copy kvs folder to C:/Program Files/ or other direction.
Add C:/Program Files/kvs/ to the PATH
Compile from src with cargo build --release
To get a value -> kvs key
To set a pair -> kvs key value