matrix-rust-sdk/examples
Damir Jelić 3db90fbe02 Use the new VerificationRequest signalling in the emoji example 2023-05-23 16:10:05 +02:00
..
appservice_autojoin chore(deps): bump tokio from 1.24.1 to 1.24.2 2023-02-04 08:27:50 +01:00
autojoin fix(examples): Don't use the sled store if the session is not persisted 2023-02-28 09:20:53 +01:00
command_bot Remove unused dependencies 2023-05-02 15:06:46 +02:00
cross_signing_bootstrap chore(deps): bump tokio from 1.24.1 to 1.24.2 2023-02-04 08:27:50 +01:00
custom_events Remove unused dependencies 2023-05-02 15:06:46 +02:00
emoji_verification Use the new VerificationRequest signalling in the emoji example 2023-05-23 16:10:05 +02:00
get_profiles chore(deps): bump tokio from 1.24.1 to 1.24.2 2023-02-04 08:27:50 +01:00
getting_started Remove unused dependencies 2023-05-02 15:06:46 +02:00
image_bot chore(deps): bump tokio from 1.24.1 to 1.24.2 2023-02-04 08:27:50 +01:00
login examples: Also handle SSO login in the login example 2023-03-07 15:12:33 +01:00
persist_session Upgrade dependencies 2023-05-17 17:20:55 +02:00
timeline Replace futures dependencies with futures-* dependencies 2023-05-17 17:20:55 +02:00
wasm_command_bot feat(sdk): Implement IntoFuture for LoginBuilder and SsoLoginBuilder 2022-12-07 11:13:44 +01:00
README.md chore: rename Readme.md to README.md 2022-08-03 16:39:14 +02:00

README.md

Matrix SDK Examples

In this folder you find examples for using the matrix-sdk (and its various components) to implement specific common features, each as a separate crate. You can run each of them from the root of the repository, mind you that _ becomes - and the crate names are prefixed with example-. So to run the image bot example you can do cargo run -p example-image-bot.