/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

blog.kylehuey.com
| | ricardomartins.cc
4.2 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.
| | baatz.io
4.4 parsecs away

Travel
| |
| | morestina.net
4.6 parsecs away

Travel
| | Rust has a reputation of a language unfriendly to global variables. While this reputation is not entirely undeserved, most of it stems from guarantees afforded by Rust and not by a desire to stifle...
| | manishearth.github.io
20.1 parsecs away

Travel
| A colleague of mine learning Rust had an interesting type / borrow checker error. The solution needs a less-used feature of Rust (which basically ...