/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jgayfer.com
| | dehora.net
3.1 parsecs away

Travel
| | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere.
| | vorner.github.io
3.9 parsecs away

Travel
| |
| | www.ncameron.org
3.4 parsecs away

Travel
| | One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type
| | blog.yoshuawuyts.com
20.7 parsecs away

Travel
| [AI summary] A deep dive into async Rust's cancellation mechanics, covering futures, tasks, propagation issues, structured concurrency, and future language directions.