Rust Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (Cow) |
Claas (Diskussion | Beiträge) (Iterators beyond basics) |
||
Zeile 1: | Zeile 1: | ||
== Lifetimes == | == Lifetimes == | ||
[http://codrspace.com/buntine/aha-understanding-lifetimes-in-rust Lifetimes] | * [http://codrspace.com/buntine/aha-understanding-lifetimes-in-rust Lifetimes] | ||
== Borrow Checker == | == Borrow Checker == | ||
[https://hermanradtke.com/2015/05/29/creating-a-rust-function-that-returns-string-or-str.html/ Function returning either String or &str | * [https://hermanradtke.com/2015/05/29/creating-a-rust-function-that-returns-string-or-str.html/ Function returning either String or &str using Cow] | ||
== Iterators == | |||
* [https://blog.jetbrains.com/rust/2024/03/12/rust-iterators-beyond-the-basics-part-i-building-blocks/ Iterators beyond basics] ([https://blog.jetbrains.com/rust/2024/03/12/rust-iterators-beyond-the-basics-part-ii-key-aspects/ 2], [https://blog.jetbrains.com/rust/2024/03/12/rust-iterators-beyond-the-basics-part-iii-tips-and-tricks/ 3]) |