Files
matrix-rust-sdk/bindings
Stefan Ceriu 6bed07f5b4 feat(event cache): enable automatic back-pagination via ClientBuilder
Move `experimental_auto_back_pagination` off `EventCacheConfig` and onto
`ClientBuilder`, mirroring `enable_share_history_on_invite`. Previously the flag lived
behind an `RwLock`, was checked exactly once at first `subscribe()`,
and silently became a no-op if set afterwards.
2026-07-28 09:58:55 +03: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.