Explore >> Select a destination


You are here

blog.japaric.io
| | tmandry.gitlab.io
2.0 parsecs away

Travel
| | My last post, The Rust Organization in 2021, was about how things got done. In this post, I want to talk about what I'd like to see get done: the biggest language, library, and compiler features I'd like to see in 2021. To be sure, this post is more of a "wish list," in the sense that it may not be possible to do all of it in a year. But these are the most important things I can think of to make progress on.
| | 9elements.com
2.8 parsecs away

Travel
| | Rust is a strongly typed, low-level programming language built for safety, speed, and concurrency from the ground up. It is mostly developed byMozillaand has been battle tested byover a hundred companiesincludingDropboxand the game...
| | blog.thomasheartman.com
3.0 parsecs away

Travel
| | In which I respond to the recent call for blogs put out by the Rust core team and write down my wishes for Rust in 2020. Yup, GATs and const generics are there, but also slice patterns and a request for better documentation around async development.
| | theincredibleholk.org
11.1 parsecs away

Travel
| One of the major goals for the Rust Async Working Group is to allow async fn everywhere fn is allowed, especially in traits. In this post, I'd like to distill s...