Expand description
第二章:Rust核心概念
本章包括:
- 安全管理
- 工程能力
- 元编程
- 安全边界
Modules§
- s1_
ownership - 第二章:Rust核心概念 2.1 安全管理之内存安全
- s2_
lifetime - 第二章:Rust核心概念 2.2 生命周期与借用检查
- s3_
thread_ safe - 第二章:Rust核心概念 2.3 Thread Safe
- s4_
lockfree - 第二章:Rust核心概念 2.3 Lockfree
- s5_
trait_ and_ generic - 第二章:Rust核心概念 2.4 trait 和 泛型
- s6_
paradigms - 第二章:Rust核心概念 2.5 编程范式:面向编译器编程
- s7_
error_ handle - 第二章:Rust核心概念 2.6 错误处理
- s8_
metaprogramming - 第二章:Rust核心概念 2.7 元编程
- s9_
unsafe_ rust - 第二章:Rust核心概念 2.8 Unsafe Rust