matrix-rust-sdk/examples
Damir Jelić 369ca7024f Apply suggestions from code review
Co-authored-by: Denis Kasak <dkasak@termina.org.uk>
2023-11-24 18:01:05 +01:00
..
autojoin examples: Remove nonsensical room state check 2023-09-19 17:57:39 +02:00
backups Apply suggestions from code review 2023-11-24 18:01:05 +01:00
command_bot sdk: Make transaction_id truly optional for send and send_raw 2023-10-31 11:13:25 +01:00
cross_signing_bootstrap Make example dependencies less confusing 2023-07-20 13:28:14 +02:00
custom_events sdk: Make transaction_id truly optional for send and send_raw 2023-10-31 11:13:25 +01:00
emoji_verification Make example dependencies less confusing 2023-07-20 13:28:14 +02:00
get_profiles Make example dependencies less confusing 2023-07-20 13:28:14 +02:00
getting_started sdk: Make transaction_id truly optional for send and send_raw 2023-10-31 11:13:25 +01:00
image_bot sdk: Make use of clonable FnOnce in event handlers 2023-09-01 10:42:22 +02:00
login Make example dependencies less confusing 2023-07-20 13:28:14 +02:00
oidc_cli Replace all two uses of async-std with equivalent tokio functionality 2023-11-02 17:21:48 +01:00
persist_session integration tests: randomize user names better 2023-11-01 07:57:46 +01:00
secret_storage Add an example for the secret storage support 2023-11-06 10:41:44 +01:00
timeline examples: Add required clap feature for example-timeline 2023-10-30 12:26:34 +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.