You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-rust-sdk/examples
Damir Jelić 3db90fbe02 Use the new VerificationRequest signalling in the emoji example 2 weeks ago
..
appservice_autojoin chore(deps): bump tokio from 1.24.1 to 1.24.2 4 months ago
autojoin fix(examples): Don't use the sled store if the session is not persisted 3 months ago
command_bot Remove unused dependencies 1 month ago
cross_signing_bootstrap chore(deps): bump tokio from 1.24.1 to 1.24.2 4 months ago
custom_events Remove unused dependencies 1 month ago
emoji_verification Use the new VerificationRequest signalling in the emoji example 2 weeks ago
get_profiles chore(deps): bump tokio from 1.24.1 to 1.24.2 4 months ago
getting_started Remove unused dependencies 1 month ago
image_bot chore(deps): bump tokio from 1.24.1 to 1.24.2 4 months ago
login examples: Also handle SSO login in the login example 3 months ago
persist_session Upgrade dependencies 3 weeks ago
timeline Replace futures dependencies with futures-* dependencies 3 weeks ago
wasm_command_bot feat(sdk): Implement IntoFuture for LoginBuilder and SsoLoginBuilder 6 months ago
README.md chore: rename Readme.md to README.md 10 months ago

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.