|
You are here |
patshaughnessy.net | ||
| | | | |
ricardomartins.cc
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | [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. | ||