/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

kobzol.github.io
| | fnordig.de
6.8 parsecs away

Travel
| | Personal website of Jan-Erik Rediger
| | brokenco.de
6.6 parsecs away

Travel
| | Rust has a useful concept of "features" baked into its packaging tool cargo which allows developers to optionally toggle functionality on and off. In a simple project features are simple, as you would expect. In more complex projects which use cargo workspaces the behavior of features becomes much more complicated and in some cases..surprising!
| | blog.yossarian.net
5.7 parsecs away

Travel
| |
| | limpet.net
17.6 parsecs away

Travel
| [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.