/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

patshaughnessy.net
| | ricardomartins.cc
3.7 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.
| | www.matheusrich.com
2.2 parsecs away

Travel
| | I'm learning Rust and this is the first post about my experience with it. I'm a Ruby programmer, so you may wanna check out my post about the decision of learning Rust for more background.
| | limpet.net
3.6 parsecs away

Travel
| | [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.
| | www.abubalay.com
18.2 parsecs away

Travel
| [AI summary] The author introduces the dioptre crate, a Rust proc-macro that enables field projection for Cell types to solve interior mutability and borrowing issues.