中文
R
NiQin shared an aphorism: 这是极为特殊的历史转折期,物质文明发展到这一步注定了精神(信仰)的缺失,灵魂空虚、物欲横流,人们的精神堕入虚无主义,只能沉浸在金钱物质欲望和肉体感官刺激中,有各种不安和痛苦。多少年轻人也失去了纯真的理想和纯美的爱情。这绝不仅是我们这个星球上的生命的悲剧,而是任何一种生命在文明发展进程中注定的悲哀。生命的意义到底是什么?我们到底该怎样活着? -- 《重大人生启示录 - 前言》
All - Latest Recommended Latest Sticky Create new Book/Doc My Books/Docs
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.

Programming Languages The Rustonomicon No.63340a144cf3e9b0651d3743 Recommended

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

Hits: 79536

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.