In the previous blog post I showed how to use getaddrinfo_async_start from C.
However I didn't stop there and decided to see if I can fit that into the smol async stack in Rust. (more…)
Read more »
Rustlings is a set of exercises that serves as a great introduction to the Rust language. It covers many concepts from the Rust book by asking you to work through sets of exercises. (more…)
Read more »
Removed additional characters that are copied and make console errors
like "zsh: command not found: $"... (more…)
Read more »
Closures in Rust are powerful and flexible, building on traits, generics and ownership.
(more…)
Read more »
Tracking issue for rust-lang/rfcs#2000 Updates: 2 May 2019: #44580 (comment) 19 Oct 2019: #44580 (comment) 2 Jan 2020: #44580 (comment) 22 Jul 2020: #44580 (comment) If you want to help out, take a... (more…)
Read more »