libmatrix
January 23, 2022 ยท View on GitHub
C library for interacting with the federated Matrix communications protocol.
Pre-requisites
Building
Run meson . build and ninja -C build. The library will be located at build/libmatrix.a.
Usage
...
Contributing
Contributions are always welcome, the following points should be kept in mind:
-
Pass
-Db_sanitize=address,undefinedtomesonto enable sanitizers which help in finding memory leaks or undefined behaviour. -
Before submitting a PR, format the code with
ninja -C build clang-formatwhich runsclang-format.