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

Learn Rust the Dangerous Way

LRtDW is a series of articles putting Rust features in context for low-level C programmers who maybe don't have a formal CS background — the sort of people who work on firmware, game engines, OS kernels, and the like. Basically, people like me. (more…)

Read more »