/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

www.ralfj.de
| | ricardomartins.cc
1.2 parsecs away

Travel
| | [AI summary] This technical blog post explains the concept of interior mutability in Rust, providing a deep dive into how std::cell::Cell and std::cell::RefCell allow mutable state within immutable structures and discusses their use cases and safety guarantees.
| | baatz.io
1.3 parsecs away

Travel
| |
| | boats.gitlab.io
2.5 parsecs away

Travel
| | Today I realized a new crate called pin-cell. This crate contains a type called PinCell, which is a kind of cell that is similar to RefCell, but only can allow pinned mutable references into its interior. Right now, the crate is nightly only and no-std compatible. How is the API of PinCell different from RefCell? When you call borrow_mut on a RefCell, you get a type back that implements DerefMut, allowing you to mutate the interior value.
| | go.opensource.org
17.9 parsecs away

Travel
| Explore community-powered innovation in cloud native development, AI/ML, API security, observability, network automation, and more, with contributions from Cisco developers.