Skip to content

C library for interacting with the federated Matrix communications protocol.

License

Notifications You must be signed in to change notification settings

git-bruh/libmatrix

Repository files navigation

libmatrix

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,undefined to meson to enable sanitizers which help in finding memory leaks or undefined behaviour.

  • Before submitting a PR, format the code with ninja -C build clang-format which runs clang-format.

About

C library for interacting with the federated Matrix communications protocol.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published