Files
matrix-rust-sdk/crates/matrix-sdk-base
Ivan Enderlin 663708272c refactor(sdk): Rename EventCacheStore::clear_all_linked_chunks to clear_all_events.
This patch renames the `EventCacheStore::clear_all_linked_chunks` to
`clear_all_events` so that it clarifies what the method does. Indeed,
we can clear the `LinkedChunk`s without erasing the events, but this is
expected to erase all the events anyway.
2026-06-18 10:27:23 +02:00
..

This crate implements the base to build a Matrix client library.

Crate feature flags

The following crate feature flags are available:

  • encryption: Enables end-to-end encryption support in the library.
  • qrcode: Enables QRcode generation and reading code.
  • testing: Provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you need any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.