内容简介: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
unsafe
operations. -
Making safe things from unsafe parts: finally converting most of the program to safe code, and making sure that the
unsafe
bits are safe-ish.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
第一行代码:Android(第2版)
郭霖 / 人民邮电出版社 / 2016-12-1 / CNY 79.00
本书被广大Android 开发者誉为“Android 学习第一书”。全书系统全面、循序渐进地介绍了Android软件开发的必备知识、经验和技巧。 第2版基于Android 7.0 对第1 版进行了全面更新,将所有知识点都在最新的Android 系统上进行重新适配,使用 全新的Android Studio 开发工具代替之前的Eclipse,并添加了对Material Design、运行时权限、......一起来看看 《第一行代码:Android(第2版)》 这本书的介绍吧!