This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Olivia 🦀
iolivia.me
did:plc:vzpcrjmmykn3cx4kpieaawsb
🛋️ Interior mutability in #rustlang
We are used to fighting the borrow checker to ensure that we don't break the ownership rules. But sometimes, we need to mutate data even when we only have an immutable reference. This is where interior mutability comes in
It sounds very counter-intuitive🧵👇
2025-06-19T07:05:13.942Z