hacking on https://google.github.io/comprehensive-rust/ to figure this rust world out
Go to file
Vincent Batts 95f52e96d3 Lifetimes in Data Structures
https://google.github.io/comprehensive-rust/ownership/lifetimes-data-structures.html

when possible, data structures ought to own their data directly, rather
than borrowing a reference.
2023-01-19 13:08:29 -05:00
src Lifetimes in Data Structures 2023-01-19 13:08:29 -05:00
target Lifetimes in Data Structures 2023-01-19 13:08:29 -05:00
Cargo.lock compound types 2023-01-14 13:57:39 -05:00
Cargo.toml single owner. borrowed references are "moved" 2023-01-16 19:12:42 -05:00