matrix-rust-sdk/examples
Jonas Platte b12da9d4db refactor!: Move JS-specific functionality behind a Cargo feature
… for matrix-sdk, matrix-sdk-base, matrix-sdk-common and matrix-sdk-crypto.
matrix-sdk-indexeddb as well as the JS bindings and wasm_command_bot are
left as-is because they will likely always require JS.
2022-09-20 14:08:21 +02:00
..
autojoin fix(examples): Fix examples that accept invites 2022-08-26 18:15:56 +02:00
command_bot chore: Reduce indirect dependencies of examples 2022-08-23 18:30:44 +02:00
create_rooms chore(examples): Remove some empty useless attributes 2022-09-02 14:54:33 +02:00
cross_signing_bootstrap chore: Reduce indirect dependencies of examples 2022-08-23 18:30:44 +02:00
custom_events fix(examples): Fix examples that accept invites 2022-08-26 18:15:56 +02:00
emoji_verification refactor: Use event handlers in emoji_verification example 2022-09-15 18:33:58 +02:00
get_profiles chore(examples): Use automatic links for some URLs 2022-08-31 18:43:47 +02:00
getting_started fix(examples): Fix examples that accept invites 2022-08-26 18:15:56 +02:00
image_bot refactor(sdk)! Make upload take `&[u8]` instead of `impl Read` 2022-09-01 13:40:47 +02:00
login chore: Reduce indirect dependencies of examples 2022-08-23 18:30:44 +02:00
timeline chore: Upgrade ruma 2022-08-25 18:09:13 +02:00
wasm_command_bot refactor!: Move JS-specific functionality behind a Cargo feature 2022-09-20 14:08:21 +02: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.