/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

joeprevite.com
| | without.boats
1.6 parsecs away

Travel
| | [AI summary] A developer shares their experience transitioning an existing Rust library and a new project to the 2018 edition preview, highlighting improvements in module paths and match ergonomics while noting remaining tooling bugs.
| | scorpiosoftware.net
5.1 parsecs away

Travel
| | The Rust language ecosystem is growing each day, its popularity increasing, and with good reason. It's the only mainstream language that provides memory and concurrency safety at compile time, with a powerful and rich build system (cargo), and a growing number of packages (crates). My daily driver is still C++, as most of my work...
| | atilaoncode.blog
7.6 parsecs away

Travel
| | Big complicated projects nearly always need a build system. They might be generating code. They might be compiling different branches depending on the platform or a build-time configuration option. They might turn on/off unity builds for C++. For most simple projects however, build systems are stupid. Let's say you have a single C file. We...
| | spacedimp.com
13.6 parsecs away

Travel
| [AI summary] A beginner-friendly guide to overcoming the learning curve of Rust programming by exploring ownership, borrowing, and lifetimes.