/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

rauljordan.com
| | ricardomartins.cc
3.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.
| | developerlife.com
4.0 parsecs away

Travel
| | This article illustrates how we can build a non-binary tree in Rust using various approaches until we end up with a version that is thread safe and supports parallel tree walking as well. Topics like interior mutability, sharing ownership, weak and strong references, custom traits for polymorphic behavior, are covered in this article.
| | corrode.dev
4.2 parsecs away

Travel
| | Programming is an iterative process. As much as we would like to come up with the perfect solution from the start, it rarely works that way. Good programs often begin as quick prototypes. While many experiments remain prototypes, the best p...
| | baatz.io
15.9 parsecs away

Travel
|