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.
This commit is contained in:
Vincent Batts 2023-01-19 13:08:29 -05:00
parent d2bc5d2981
commit 95f52e96d3
37 changed files with 11 additions and 17 deletions

Binary file not shown.