Rust Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (Linkfix) |
Claas (Diskussion | Beiträge) (Cow) |
||
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 == | |||
[https://hermanradtke.com/2015/05/29/creating-a-rust-function-that-returns-string-or-str.html/ Function returning either String or &str usinw Cow] |