Function example_getting_started::main

source ยท
pub(crate) fn main() -> Result<()>
Expand description

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.