Files
matrix-rust-sdk/bindings
Jorge Martín c5cb9ff166 feat(content-scanner): Add a new matrix-sdk-contentscanner crate.
This crate contains the content scanner-related code, allowing you to create `ContentScanner` instances to manually download and scan files through the content scanner proxy.

Also, create the `MediaFetcher` and `MediaFetcherBuilder` traits, and use them to decide whether the SDK should use the default behaviour to download media from the media server or it should go through the content scanner instead.
2026-05-29 15:25:06 +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.