mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-21 22:58:32 -04:00
This commit makes use of the `RoomEventCache` instead of the `PinnedEventCache` for a room, so the latter can be removed.
FFI bindings for the rust matrix SDK
This uses uniffi to build the matrix bindings for native support and wasm-bindgen for web-browser assembly support. Please refer to the specific section to figure out how to build and use the bindings for your platform.
Platforms
Swift/iOS sync
Swift/iOS async
TBD