/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

swatinem.de
| | lenholgate.com
1.3 parsecs away

Travel
| |
| | joeprevite.com
1.6 parsecs away

Travel
| | My notes from Chapter 4 of the Rust Lang Book.
| | wwwtech.de
1.1 parsecs away

Travel
| | [AI summary] A user shares their experience learning Rust, a systems programming language, by building a parallel file search tool and praising its safety features, type system, and documentation while critiquing some API usability.
| | ricardomartins.cc
10.8 parsecs away

Travel
| UnsafeCell is the keystone for building interior mutability types in Rust, such as Cell, RefCell, RwLock and Mutex. In this article we'll explore how it works and how it is used by those types.