mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
First off, this patch renames `Room::tombstone` to `Room::tombstone_content` (to be consistent with other methods, such as `Room::create_content`). Second, this patch adds the `Room::successor_room` and `Room::predecessor_room` methods, along with the `SuccessorRoom` and `PredecessorRoom` types. This naming more or less comes from the Matrix specification: - the term _predecessor_ is part of the specification, - the term _successor_ isn't present _per se_, the words _replacement room_ are used instead, but I prefer _successor_ as it brings a nice symmetry with _predecessor_.
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-wasm, JavaScript / WebAssembly bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate
Contributing
To contribute read this guide.