/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

ricardomartins.cc
| | nora.codes
3.5 parsecs away

Travel
| | [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.
| | educatedguesswork.org
4.2 parsecs away

Travel
| |
| | baatz.io
2.9 parsecs away

Travel
| |
| | ricardomartins.cc
5.0 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.