Files
matrix-rust-sdk/bindings
Jason Volk be8f2dc0df refactor(sdk, ffi): drive start() with a builder future.
`start()` now returns a `StartDehydration` named future with
`create_new_key()`, `skip_rehydration()`, and `only_if_key_cached()` builder
methods, matching the recovery and backups subsystems, and the
`StartDehydrationOpts` struct is gone.

Signed-off-by: Jason Volk <jason@zemos.net>
2026-07-31 14:17:26 +02:00
..
2026-05-18 15:05:52 +02:00

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.

There are also external bindings in other repositories:

Contributing

To contribute read this guide.