The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书


The Rust Programming Language (Covers Rust 2018)

简体网页||繁体网页

The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书 著者简介

Steve Klabnik is the Community Team Leader for the Rust team at Mozilla, in charge of official Rust community documentation as well as the key Rust community advocate. Klabnik is a frequent speaker at conferences and one of the world's most prolific contributors to Rails projects.

Carol Nichols is a member of the Rust Community Team. She's been active in the Rust community and is an organizer of the Rust Belt Rust Conference.


The Rust Programming Language (Covers Rust 2018) 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-10-02

The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书

The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书

The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书



喜欢 The Rust Programming Language (Covers Rust 2018) 电子书 的读者还喜欢


The Rust Programming Language (Covers Rust 2018) 电子书 读后感

评分

本人C++老手,几天之内翻完这本厚厚的书,感触很多,简单写几笔。 1. Rust语言概念整体有点难,有一些概念比较新,需要好好理解,建议就算是C++和Java老手,1-6章也好好读一下,尤其是第四章所有权概念,仔细读别贪快。 2. 整个语言很现代化,和互联网紧密结合,考虑到工程、构...  

评分

本书其实就是 Rust 社区内通称 [The Book] 的官方参考书的汉化版。这本书在网上可以免费阅读,购置的原因一是没仔细看被忽悠了,二是确实可以作为回顾来用,而且确实中文读起来比英文快些,也能看看译者对其中一些内容的观点。 本书如同张汉东所言,是一本内容组织上堪称灾难的...  

评分

四天读完了这么厚一本书,不过厚度主要来自于奢侈的行间距和非常详细的分步代码,对于有编程基础的人读起来很快,没有基础的小白应该也不会拿 Rust 和此书入门。总的来说给我感觉不错。可能是前半部分给我感觉太好了,后面难度陡然上升,解释却惜字如金,留了很多无从求解的“...  

评分

四天读完了这么厚一本书,不过厚度主要来自于奢侈的行间距和非常详细的分步代码,对于有编程基础的人读起来很快,没有基础的小白应该也不会拿 Rust 和此书入门。总的来说给我感觉不错。可能是前半部分给我感觉太好了,后面难度陡然上升,解释却惜字如金,留了很多无从求解的“...  

评分

一个开源语言能不能建设好社区是成败的关键,社区的发展又和文档的水平息息相关。 这本书是 Rust 官方文档,提供了在线版和纸质书,概念解释、代码实现和阅读体验相当好。 前两个大家都知道重要性,咱们主要看阅读体验。 在线版使用 [mdBook] 作为文档生成和展现平台(也是用 R...  

类似图书 点击查看全场最低价
出版者:No Starch Press
作者:Steve Klabnik
出品人:
页数:560
译者:
出版时间:2019-8-13
价格:USD 39.95
装帧:Paperback
isbn号码:9781718500440
丛书系列:

图书标签:  


The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书 图书描述

The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018.

The Rust Programming Language is the official, definitive guide to Rust, a hugely popular, community-supported programming language. This is the second edition of the improved version of the free online Rust book, so well-loved in the Rust community that it is simply referred to as "the Book".

Programmers love Rust because it allows them to write powerful code efficiently, without the risk of crashes and errors common in languages like C and C++. This book will show readers how to use Rust's robust type system to keep programs memory-safe and speedy, and make the most of the Cargo package manager that brings the pieces of a program together. The reader will learn all about Rust's ownership rules, which lie at the heart of Rust's reliability and crash-resistant compiling.

The Rust Programming Language covers everything from basic concepts like variable bindings, control flow, functions, and error handling, to more advanced topics, such as crates, generics, concurrency, and the nitty gritty of Rust's type system. With improved organization, hands-on features, and a more tutorial-oriented style, this version offers a vast improvement over the original.

The second edition also provides an entirely new chapter on macros and an expanded chapter on crates, two key aspects of Rust that make it so popular. Readers will also find extra appendices on Rust development tools and Rust versions.

The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书

The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 用户评价

评分

讲的挺详细,但是又点到为止,很多细节还是要结合文档一起来看才比较完整。

评分

读过的最好的编程语言入门书

评分

看的网页版,写的很入门,看的很快

评分

618页PDF8天时间诚恳刷一遍,书中的例子仅有一个没有编译通过。我这版应该还没有edition2018,使用external 关键字,有代码编译不过去,看在线版本修改代码即可。附录里面的宏编写,有些深度还要再看一遍。Rust是未来吗?还要看社区的发展。最后一章写多线程几乎所有高级特性都用上了。使用起来并不容易,但是性能好就秒杀一切借口。

评分

这本是Rust入门必看书籍之一了(笑 不过感觉还是直接抛项目过来上手更快,所以这本书我只是有时回过头复习一下一些概念。P.S. 我用Rust写玩具CLI和玩具服务器的手感相当好,除了Rust语言本身之外这方面的生态也不错,够省心。

The Rust Programming Language (Covers Rust 2018) 2024 pdf epub mobi 电子书


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有