Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Acerca de este artículo
Product Identifiers
PublisherO'reilly Media, Incorporated
ISBN-101492052590
ISBN-139781492052593
eBay Product ID (ePID)15050091154
Product Key Features
Number of Pages735 Pages
Publication NameProgramming Rust : Fast, Safe Systems Development
LanguageEnglish
Publication Year2021
SubjectProgramming Languages / General, Programming / Open Source, Programming / Object Oriented, General
TypeTextbook
Subject AreaMathematics, Computers
AuthorJason Orendorff, Leonora F. S. Tindall, Jim Blandy
FormatTrade Paperback
Dimensions
Item Height1.7 in
Item Weight44 Oz
Item Length9.2 in
Item Width6.9 in
Additional Product Features
Edition Number2
Intended AudienceScholarly & Professional
LCCN2022-302086
Dewey Edition23
IllustratedYes
Dewey Decimal005.133
SynopsisSystems 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 borrowing How to write flexible, efficient code with traits and generics How to write fast, multithreaded code without data races Rust's key power tools: closures, iterators, and asynchronous programming Collections, strings and text, input and output, macros, unsafe code, and foreign function interfaces This revised, updated edition covers the Rust 2021 Edition.