C implementation of the Web Routing Protocol
This is a simple library that converts between c structures and msgpack encoded structures, with a few helper functions thrown in.
meson setup --warnlevel 3 --werror build
cd build
ninja all test coverage
firefox meson-logs/coveragereport/index.html