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 anasync
function run. - on_room_message ๐