Dependencies
- meson
- ninja
- fmtlib
- tl::expected
- gtest
These are all external dependencies. Please install them on your platform by yourself.
meson setup --native-file=native.ini build/ # generate build instructions
meson compile -C build # build the project
./build/kv # run the executable
meson test -C build # run tests