Rust safety: Difference between revisions

From vegard.wiki
Jump to navigation Jump to search
Content added Content deleted
(add link)
(add link)
Line 5: Line 5:
* Ownership and borrowing: https://stackoverflow.com/a/36137381
* Ownership and borrowing: https://stackoverflow.com/a/36137381
* Ownership: https://rcoh.me/posts/rust-linked-list-basically-impossible/
* Ownership: https://rcoh.me/posts/rust-linked-list-basically-impossible/
* RustBelt paper: https://people.mpi-sws.org/~dreyer/papers/rustbelt/paper.pdf
* Pointer/reference types:
* Pointer/reference types:
** https://stackoverflow.com/a/45674912
** https://stackoverflow.com/a/45674912

Revision as of 23:29, 25 February 2020

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: