Files
matrix-rust-sdk/labs
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
2026-05-18 15:05:52 +02:00

Experiments

This directory contains experiments, work-in-progress crates, or other code and documentation, that do not fall under the same stability guarantees as the main crates (matrix-sdk, matrix-sdk-crypto, etc.).

Lab projects might be abandoned and possibly removed at any time.


That said, this directory is meant to freely explore unconventional or interesting ways the Matrix Rust SDK can evolve, feel free to propose an experiment.

Current experiments

  • multiverse: a TUI client mostly for quick development iteration of SDK features and debugging.
    • Run with cargo run --bin multiverse matrix.org ~/.cache/multiverse-cache.
    • To inspect network requests, there is a --proxy option which can use in combination with mitmproxy: cargo run --bin multiverse -- --proxy http://localhost:8080 matrix.org ~/.cache/multiverse-cache

Archived experiments

Link to PR that deleted the experiment from the repo, newest first: