Test MDX File V12
RustMemoryLab Demo
Section titled “RustMemoryLab Demo”Rust Memory Lab
Drag a Rust type onto the stack. Owned types — Box, String, Vec — also claim space on the heap.
MutLab Demo
Section titled “MutLab Demo”Rust Mutability Lab
Toggle mut on the binding and on the reference. To mutate through r, you need both.
ThreadLab Demo
Section titled “ThreadLab Demo”Rust Thread Lab
What can cross the thread boundary? Three walls — 'static, Send, and Mutex — and how to cross each.
© 2026 Derek Molloy, Dublin City University. All rights reserved.