中文
R
NiQin shared an aphorism: 不管何时何地做你想做的事永远都不嫌晚。你可以改变,也可以不变,没有什么硬性规定。我们可能做得很好,也可能很糟。我希望你能充分利用时间,希望你能看到令你吃惊的东西,希望你感受到从未有过的感觉,希望你遇到具有不同观点的人,希望你过上让你自豪的生活。如果你发现生活不如意,我希望你有勇气从头再来。 -- 本杰明·巴顿奇事

Programming Languages The Rustonomicon No.63340a144cf3e9b0651d3743 Recommended Alternative URL

NiQin updated at 2022-09-28 16:47:16+08:00

💥 Overview of book & doc

Hits: 87105

Keys/tags: rust rust-秘典 rust-死灵书 rust-nomicon rustonomicon

The Rustonomicon is your guidebook to the dark arts of unsafe Rust. It’s also sometimes called “the ’nomicon.”

The Rustonomicon digs into all the awful details that you need to understand when writing Unsafe Rust programs.

Should you wish a long and happy career of writing Rust programs, you should turn back now and forget you ever saw this book. It is not necessary. However if you intend to write unsafe code — or just want to dig into the guts of the language — this book contains lots of useful information.

Unlike The Rust Programming Language, we will be assuming considerable prior knowledge. In particular, you should be comfortable with basic systems programming and Rust. If you don’t feel comfortable with these topics, you should consider reading The Book first. That said, we won’t assume you have read it, and we will take care to occasionally give a refresher on the basics where appropriate. You can skip straight to this book if you want; just know that we won’t be explaining everything from the ground up.

This book exists primarily as a high-level companion to The Reference. Where The Reference exists to detail the syntax and semantics of every part of the language, The Rustonomicon exists to describe how to use those pieces together, and the issues that you will have in doing so.

All rights of books and documents belong to the authors, editors, and translators, the goal of this site is to facilitate reading. If there is anything improper, please contact ask@rusthub.org.

Read Now Alternative URL