Remix.run Logo
Havoc 4 hours ago

Bit weird to have a rust tutorial list JavaScript async as assumed knowledge tbh.

the__alchemist an hour ago | parent | next [-]

Could it be that this is related to the high (anecdotally observed) correlation between Async and webdev in rust? Most of the web-related crates I've run into require Async.

fyrn_ 2 hours ago | parent | prev [-]

Yeah, it also makes it seem like Rust is weird for using Future as the type name, but actually JavaScript (Promise) is the odd one out here. Probably a JS dev learning Rust without much exposure to other languages