Skip to content

Lnk2past/garro

Repository files navigation

garro

This is an educational endeavor into learning a bit more about serialization of tabular data

TODO

Development

Devcontainer provided; just launch a Codespace or local devcontainer!

Build

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-release

Examples

TODO

About

educational toy project for table serialization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published