Rust safety
- This article is currently a stub; it means I'm aware it's short and I probably intend to expand on the subject in the future!
For now just a collection of links to things to read, to be filled out with my own explanations later:
- Ownership and borrowing: https://stackoverflow.com/a/36137381
- Ownership: https://rcoh.me/posts/rust-linked-list-basically-impossible/
- Pointer/reference types:
- "Leakpocalypse": http://cglab.ca/~abeinges/blah/everyone-poops/