Rust safety: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(new page) |
No edit summary |
||
Line 2: | Line 2: | ||
* 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/ |
|||
* Pointer/reference types: |
* Pointer/reference types: |
||
** https://stackoverflow.com/a/45674912 |
** https://stackoverflow.com/a/45674912 |
Revision as of 19:18, 4 February 2020
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: