Files
matrix-rust-sdk/bindings
Stefan Ceriu 4bd5e81930 Fix potential deadlock in SessionVerificationController
Delegate callbacks were dispatched while holding the delegate RwLock read
guard. A delegate detaching itself via set_delegate (which needs the write
guard) would deadlock. Store the delegate as an Arc and clone it out of the
lock before invoking, releasing the guard first.
2026-06-24 20:11:52 +03: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.