mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 10:00:50 -04:00
This patch replaces `sync_mode` on `SlidingSyncListBuilder` by `sync_mode_selective`, `sync_mode_paging` and `sync_mode_growing`, which removes the need to use `SlidingSyncMode` directly. This patch also removes `batch_size`, `room_limit` and `no_room_limit` as it's now arguments of `sync_mode_paging` and `sync_mode_growing`.
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-crypto-js, JavaScript bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate,matrix-sdk-ffi, UniFFI bindings of thematrix-sdkcrate.
Contributing
To contribute read this guide.