Crate example_getting_started

Source

Functionsยง

login_and_sync ๐Ÿ”’
main ๐Ÿ”’
This is the starting point of the app. main is called by rust binaries to run the program in this case, we use tokio (a reactor) to allow us to use an async function run.
on_room_message ๐Ÿ”’
on_stripped_state_member ๐Ÿ”’