Programming Rust: Fast, Safe Systems Development, 2/e (Paperback)
暫譯: Rust 程式設計:快速、安全的系統開發,第二版(平裝本)

Blandy, Jim, Orendorff, Jason, Tindall, Leonora F. S.

買這商品的人也買了...

相關主題

商品描述

Systems programming provides the foundation for the world's computation. Developing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management errors to interthread data races.

With this practical guide, experienced systems programmers will learn how to successfully bridge the gap between performance and safety using Rust. Jim Blandy, Jason Orendorff, and Leonora Tindall demonstrate how Rust's features put programmers in control over memory consumption and processor use by combining predictable performance with memory safety and trustworthy concurrency.

You'll learn:

  • Rust's fundamental data types and the core concepts of ownership and borrowing
  • Language basics including error handling, crates and modules, structs, and enums
  • How to write flexible, efficient code with traits and generics
  • Rust's key power tools: closures, iterators, and asynchronous programming
  • Collections, strings and text, input and output, concurrency, macros, unsafe code, and interfacing with foreign functions
     

This updated edition covers Rust 1.50 (February 2021).

商品描述(中文翻譯)

系統程式設計為世界的計算提供了基礎。開發對性能敏感的程式碼需要一種程式語言,使程式設計師能夠控制記憶體、處理器時間和其他系統資源的使用。Rust 系統程式語言結合了這種控制與現代型別系統,能夠捕捉廣泛的常見錯誤類別,從記憶體管理錯誤到執行緒間的資料競爭。

在這本實用指南中,經驗豐富的系統程式設計師將學會如何成功地在性能與安全之間架起橋樑,使用 Rust。Jim Blandy、Jason Orendorff 和 Leonora Tindall 展示了 Rust 的特性如何使程式設計師能夠控制記憶體消耗和處理器使用,通過將可預測的性能與記憶體安全和可靠的並發性相結合。

您將學到:

- Rust 的基本資料類型以及擁有權和借用的核心概念
- 語言基礎,包括錯誤處理、crates 和模組、結構體和列舉
- 如何使用 traits 和 generics 編寫靈活、高效的程式碼
- Rust 的關鍵強大工具:閉包、迭代器和非同步程式設計
- 集合、字串和文本、輸入和輸出、並發、巨集、不安全程式碼以及與外部函數的介接

此更新版涵蓋 Rust 1.50(2021 年 2 月)。

作者簡介

Jim Blandy has been programming since 1981, and writing Free software since 1990. He has been the maintainer of GNU Emacs and GNU Guile, and a maintainer of GDB, the GNU Debugger. He is one of the original designers of the Subversion version control system. Jim now works for Mozilla on Firefox's web developer tools.

Jason Orendorff hacks C++ for Mozilla, where he is module owner of the JavaScript engine that's in Firefox. He is an active member of the Nashville developer community and an occasional organizer of homegrown tech events. He is interested in grammar, baking, time travel, and helping people learn about complicated topics.

Leonora Tindall is a type system enthusiast and software engineer who uses Rust, Elixir, and other advanced languages to build robust and resilient systems software in high-impact areas like healthcare and data ownership. She works on a variety of open source projects, from genetic algorithms that evolve programs in strange languages to the Rust core libraries and crate ecosystem, and enjoys the experience of contributing to supportive and diverse community projects. In her free time, Leonora builds electronics for audio synthesis and is an avid radio hobbyist, and her love of hardware extends to her software engineering practice as well. She has built applications software for LoRa radios in Rust and Python, and uses software and DIY hardware to create experimental electronic music on a Eurorack synthesizer.

作者簡介(中文翻譯)

吉姆·布蘭迪(Jim Blandy)自1981年開始編程,並自1990年開始撰寫自由軟體。他曾擔任GNU Emacs和GNU Guile的維護者,以及GNU調試器GDB的維護者。他是Subversion版本控制系統的原始設計者之一。吉姆目前在Mozilla工作,負責Firefox的網頁開發工具。

傑森·奧倫多夫(Jason Orendorff)在Mozilla從事C++開發,擔任Firefox中JavaScript引擎的模組擁有者。他是納什維爾開發者社群的活躍成員,並偶爾組織本地技術活動。他對語法、烘焙、時間旅行以及幫助人們學習複雜主題充滿興趣。

萊奧諾拉·廷達爾(Leonora Tindall)是一位類型系統愛好者和軟體工程師,使用Rust、Elixir及其他先進語言來構建在醫療保健和數據擁有等高影響領域的穩健和彈性系統軟體。她參與各種開源專案,從在奇怪語言中進化程式的遺傳演算法到Rust核心庫和crate生態系統,並享受為支持性和多元化社群專案貢獻的經驗。在空閒時間,萊奧諾拉為音頻合成構建電子設備,並是一位熱衷的無線電愛好者,她對硬體的熱愛也延伸到她的軟體工程實踐中。她使用Rust和Python為LoRa無線電構建應用程式軟體,並利用軟體和DIY硬體在Eurorack合成器上創作實驗電子音樂。