Async Rust: Async Main

In which I expand a little bit upon async functionality in Rust, introducing attributes that allow you to run async functions in your main function. Read more

Similar