Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.5 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.5 KB

wrp-c

C implementation of the Web Routing Protocol

Build Status codecov.io Coverity Quality Gate Status Language Grade: C/C++ Apache V2 License GitHub Release

This is a simple library that converts between c structures and msgpack encoded structures, with a few helper functions thrown in.

Dependencies

Building and Testing Instructions

meson setup --warnlevel 3 --werror build
cd build
ninja all test coverage
firefox meson-logs/coveragereport/index.html