mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
This does two things: - raise the timeout value for the `/members` queries, because they can super slow in Synapse because of nasal demons, - and aggregate all the fields of `RoomMember` early, so users don't have to call getters to read each field. --- * room_members: Export plain old data for room members to avoid FFI calls Signed-off-by: Timo Kösters <timo@koesters.xyz> * room_member: Respond to review feedback * room_member: Remove previous RoomMember struct * ffi: rename ExportedRoomMember to RoomMember --------- Signed-off-by: Timo Kösters <timo@koesters.xyz> Co-authored-by: Benjamin Bouvier <public@benj.me>
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.
appleormatrix-rust-components-swift, Swift bindings of thematrix-sdkcrate viamatrix-sdk-ffi,matrix-sdk-crypto-ffi, UniFFI (Kotlin, Swift, Python, Ruby) bindings of thematrix-sdk-cryptocrate,matrix-sdk-ffi, UniFFI bindings of thematrix-sdkcrate.
There are also external bindings in other repositories:
matrix-sdk-crypto-js, JavaScript bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate
Contributing
To contribute read this guide.