matrix-rust-sdk/bindings/matrix-sdk-ffi
Ivan Enderlin 2d56f550aa
fix(sdk): Fix, test, and clean up `SlidingSyncListRequestGenerator`
fix(sdk): Fix, test, and clean up `SlidingSyncListRequestGenerator`
2023-03-16 17:04:05 +01:00
..
src fix(sdk): Fix, test, and clean up `SlidingSyncListRequestGenerator` 2023-03-16 17:04:05 +01:00
Cargo.toml Allow room key forwarding to be enabled and disabled (#1365) 2023-03-14 18:23:39 +01:00
README.md chore(bindings): Move `matrix-sdk-ffi` and `matrix-sdk-crypto-ffi` into the `bindings/` directory. 2022-06-23 11:31:59 +02:00
build.rs chore: Upgrade uniffi to 0.23.0 2023-02-02 10:15:05 +01:00
uniffi.toml Kotlin bindings: add uniffi.toml 2022-10-12 18:24:30 +02:00

README.md

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