This is an educational endeavor into learning a bit more about serialization of tabular data
TODO
Devcontainer provided; just launch a Codespace or local devcontainer!
This project uses Conan + CMake for dependency management and builds. You will need to install dependencies via Conan and then build via CMake (there are VSCode build tasks for these!):
# install dependencies
conan install . --build=missing
# load preset
cmake --preset conan-release
# build code
cmake --build --preset conan-releaseTODO
