内容简介:LRtDW is a series of articles putting Rust features in context for low-level C programmers who maybe don't have a formal CS background — the sort of people who work on firmware, game engines, OS kernels, and the like. Basically, people like me.I've added R
LRtDW is a series of articles putting Rust features in context for low-level C programmers who maybe don't have a formal CS background — the sort of people who work on firmware, game engines, OS kernels, and the like. Basically, people like me.
I've added Rust to my toolbelt, and I hope to get you excited enough to do the same.
-
Why Learn Rust the Dangerous Way? Introduction and ground rules.
-
You can't write C in just any ol' language: translating a grungy optimized C program into grungy optimized unsafe Rust.
-
References available upon request: how Rust references are different from pointers, how they are the same, and why we care.
-
Measure what you optimize: taking a hard look at an optimization based on uninitialized memory, and converting it to safe code that's just as fast.
-
A more perfect union: considering alternatives to pointer casting, and how to write safe wrappers for
unsafeoperations. -
Making safe things from unsafe parts: finally converting most of the program to safe code, and making sure that the
unsafebits are safe-ish.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Beginning XML with DOM and Ajax
Sas Jacobs / Apress / 2006-06-05 / USD 39.99
Don't waste time on 1,000-page tomes full of syntax; this book is all you need to get ahead in XML development. Renowned web developer Sas Jacobs presents an essential guide to XML. Beginning XML with......一起来看看 《Beginning XML with DOM and Ajax》 这本书的介绍吧!