Files
matrix-rust-sdk/bindings
Kévin Commaille dd2aaa6159 chore: Box some error type variants
[Clippy's `result_large_err` lint](https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err)
was complaining about the size of the error types, so boxing these
variants reduces the error sizes below the threshold of the lint.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2026-07-19 17:11:05 +02:00
..
2026-05-18 15:05:52 +02:00

Matrix Rust SDK bindings

In this directory, one can find bindings to the Rust SDK that are maintained by the owners of the Matrix Rust SDK project.

There are also external bindings in other repositories:

Contributing

To contribute read this guide.