/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

adventures.michaelfbryan.com
| | blog.arcjet.com
3.7 parsecs away

Travel
| | Building and compiling a Rust FFI library so it can be executed from Go.
| | scorpiosoftware.net
3.5 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...
| | fasterthanli.me
3.9 parsecs away

Travel
| | Good morning! It is still 2020, and the world is literally on fire , so I guess we could all use a distraction. This article continues the tradition of me getting shamelessly n...
| | huonw.github.io
18.2 parsecs away

Travel
| Closures in Rust are powerful and flexible, building on traits, generics and ownership.