中商进口商城店铺主页二维码
中商进口商城 微信认证
中商进口商城中华商务贸易有限公司所运营的英美日韩港台原版图书销售平台,旨在向内地读者介绍、普及、引进最新最有价值的国外和港台图书和资讯。
微信扫描二维码,访问我们的微信店铺
你可以使用微信联系我们,随时随地的购物、客服咨询、查询订单和物流...

【中商原版】Rust编程语言 第2版 The Rust Programming Language 2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码

324.00
运费: ¥ 5.00-30.00
库存: 1 件
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品图0
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品图1
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品图2
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品图3
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品图4
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品图5
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品图6
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品图7
【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品缩略图0 【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品缩略图1 【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品缩略图2 【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品缩略图3 【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品缩略图4 【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品缩略图5 【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品缩略图6 【中商原版】Rust编程语言 第2版 The Rust Programming Language  2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码 商品缩略图7

商品详情

Rust编程语言 第2版 The Rust Programming Language, 2nd Edition


基本信息

Format Paperback | 528 pages

Dimensions 178 x 235 x 30.73mm | 367.41g

Publication date 28 Feb 2023

Publisher No Starch Press,US

ISBN10 1718503105

ISBN13 9781718503106

页面参数仅供参考,具体以实物为准


书籍简介

《Rust编程语言》已售出5万多册,是用Rust编程的典型指南。该版本根据Rust的新版本进行了彻底更新,被认为是该语言的官方文档。《Rust编程语言》第二版是Rust 2021的官方语言指南,也是开始使用Rust的优选途径。新版包括一个关于用模块组织代码的快速参考部分,以及改进的捕获、移动键盘和Fn特征的关闭实例。从网络应用到操作系统,Rust是一种安全、快速、可靠的编程语言,用于广泛的各种应用。《Rust编程语言》第二版由原作者修订和更新,向读者展示了如何充分利用Rust 2021的功能,从安装到创建健壮和可扩展的程序。本书从基础知识开始,如创建函数和绑定变量,然后转向更高级的概念,如错误展示等。


With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust's latest version, this edition is considered the language's official documentation. The Rust Programming Language, 2nd Edition is the official language guide for Rust 2021, and the best way to get started with Rust. The new edition includes a quick-reference section on organizing code with modules, and improved closure examples of captures, the move keyboard, and Fn traits. From web apps to operating systems, Rust is the safe, fast, reliable programming language used for an expansive variety of applications. Revised and updated by the original authors, the second edition of The Rust Programming Language shows readers how to take full advantage of Rust 2021 features, from installation to creating robust and scalable programs. It begins with the basics, like creating functions and binding variables, then moves on to more advanced concepts, like error


作者简介

Carol Nichols是Rust社区团队的成员,也是Rust核心团队的前成员。她还活跃在Ruby社区,是2012-2014年钢城Ruby大会的主要组织者。


Carol Nichols is a member of the Rust Community Team and a former member of the Rust Core Team. Also active in the Ruby community, she was a key organizer of the Steel City Ruby Conference 2012-2014.


Steve Klabnik是Mozilla的Rust团队的社区组长,负责Rust社区的官方文档,同时也是一位值得信赖的Rust社区倡导者。Klabnik经常在会议上发言,是世界上多产的Rails项目的贡献者之一。


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


目录

Foreword

Preface

Acknowledgments

Introduction

Chapter 1: Getting Started

Chapter 2: Programming a Guessing Game

Chapter 3: Common Programming Concepts

Chapter 4: Understanding Ownership

Chapter 5: Using Structs to Structure Related Data

Chapter 6: Enums and Pattern Matching

Chapter 7: Managing Growing Projects with Packages, Crates, and Modules

Chapter 8: Common Collections

Chapter 9: Error Handling

Chapter 10: Generic Types, Traits, and Lifetimes

Chapter 11: Writing Automated Tests

Chapter 12: An I/O Project: Building a Command Line Program

Chapter 13: Functional Language Features: Iterators and Closures

Chapter 14: More About Cargo and Crates.io

Chapter 15: Smart Pointers

Chapter 16: Fearless Concurrency

Chapter 17: Object-Oriented Programming Features

Chapter 18: Patterns and Matching

Chapter 19: Advanced Features

Chapter 20: Final Project: Building a Multithreaded Web Server

Appendix A: Keywords

Appendix B: Operators and Symbols

Appendix C: Derivable Traits

Appendix D: Useful Development Tools

Appendix E: Editions

Index

中商进口商城店铺主页二维码
中商进口商城 微信公众号认证
中商进口商城中华商务贸易有限公司所运营的英美日韩港台原版图书销售平台,旨在向内地读者介绍、普及、引进最新最有价值的国外和港台图书和资讯。
扫描二维码,访问我们的微信店铺
随时随地的购物、客服咨询、查询订单和物流...

【中商原版】Rust编程语言 第2版 The Rust Programming Language 2nd Edition 英文原版 Carol Nichols 计算机编程语言 代码

手机启动微信
扫一扫购买

收藏到微信 or 发给朋友

1. 打开微信,扫一扫左侧二维码

2. 点击右上角图标

点击右上角分享图标

3. 发送给朋友、分享到朋友圈、收藏

发送给朋友、分享到朋友圈、收藏

微信支付

支付宝

扫一扫购买

打开微信,扫一扫

或搜索微信号:Imported-Book_online
中商会员中心官方微信公众号

收藏到微信 or 发给朋友

1. 打开微信,扫一扫左侧二维码

2. 点击右上角图标

点击右上角分享图标

3. 发送给朋友、分享到朋友圈、收藏

发送给朋友、分享到朋友圈、收藏