Programming Rust

谷歌图书
Programming Rust

登录后可管理标记收藏。

相关收藏单

Rust

ISBN: 9781492052548
作者: Jim Blandy / Jason Orendorff / Leonora F. S. Tindall
出版社: "O'Reilly Media, Inc."
发行时间: 2021 -06
语言: 英语
页数: 738

/ 10

0 个评分

评分人数不足
借阅或购买

Jim Blandy / Jason Orendorff   

简介

Systems programming provides the foundation for the world's computation. Writing 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 data races between threads.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 borrowingHow to write flexible, efficient code with traits and genericsHow to write fast, multithreaded code without data racesRust's key power tools: closures, iterators, and asynchronous programmingCollections, strings and text, input and output, macros, unsafe code, and foreign function interfaces

This revised, updated edition covers the Rust 2021 Edition.

短评
评论
笔记