tokio::join! lets you run multiple futures concurrently, and returns the output of all of them. For JavaScript developers: Promise.all is a good equivalent.| fettblog.eu
This is a long section. Here are some anchors to jump to the respective part:| fettblog.eu
The following piece of code takes a PathBuf and extracts the file name, eventually converting it to an owned String.| fettblog.eu
I had the chance to toy around with Deno recently. And with “toy around” I mean dissecting it into little pieces and see how the sausage was made. So, my view is not from a user’s perspective who wants to create and run apps with it, but rather one who has a huge interest in JavaScript runtimes, Serverless, and Rust.| fettblog.eu
I started doing university lectures on Rust, as well as holding workshops and trainings. One of the parts that evolved from a couple of slides into a full-blown session was everything around error handling in Rust, since it’s so incredibly good!| fettblog.eu