/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

articles.bchlr.de
| | theincredibleholk.org
2.6 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...
| | nora.codes
1.8 parsecs away

Travel
| |
| | www.ncameron.org
2.7 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
| | qsantos.fr
16.7 parsecs away

Travel
| [AI summary] The article discusses the benefits of using Rust to create small, efficient Docker containers by statically compiling binaries with musl, reducing dependencies and image size compared to Python-based Docker images.