Study note
Introduction - The Rustonomicon
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Rust
- Category
- 性能、内存与底层机制
- Source
- doc.rust-lang.org
- Vault note
library/articles/rust/Introduction---The-Rustonomicon-14ead53e2c3b83d5.md
Summary
Rust 官方 unsafe Rust 深入书,覆盖 ownership 的底层保证、variance、drop check、send/sync、FFI、uninitialized memory 和 unsafe abstractions。
Highlights
适合准备写 unsafe 或读底层库源码前学习,重点是建立安全不变量意识。
Comments
Loading comments...