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
🥡 Understanding Box<T> in #rustlang
Box<T> is a smart pointer that allows storing values on the heap instead of the stack.
Here's a basic example with our student example.
Let’s break down further why and when to use it 🧵 👇
2025-02-27T08:05:04.952Z