Rust 必知必会

资料

Rust 程序设计语言 Book:https://doc.rust-lang.org/book/
Rust Book本地:rustup docs --book
Rust 程序设计语言 简体中文版:https://kaisery.github.io/trpl-zh-cn/
Rust Book 实验(互动版教材):https://rust-book.cs.brown.edu/

生命周期

常见的生命周期错误概念:https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md#2-if-t-static-then-t-must-be-valid-for-the-entire-program

posted @ 2023-05-19 17:06  develon  阅读(69)  评论(0)    收藏  举报