mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-08-16 00:06:16 +00:00
6 lines
219 B
Markdown
6 lines
219 B
Markdown
# Lifetime
|
|
Learning resources:
|
|
- English: [Rust Book 10.3](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)
|
|
- 简体中文: [Rust语言圣经 - 生命周期](https://course.rs/advance/lifetime/intro.html)
|
|
|