Blandy, Jim
Programming Rust: Fast, Safe Systems Development
- ISBN 13:
- 9781492052593
- author:
- Blandy, Jim
- format:
- Paperback / softback
- publisher:
- O'Reilly Media, Inc, USA
- language:
- English
- Publication Year:
- 2021
- Pages:
- 622
- Dimensions:
- 23.3 x 17.8 x 3.7 centimeters (1
- Genre:
- Computers, Programming, C,
- Condition:
- New
- Availability:
- Item usually sent within 10 working days
Description
Writing performance-sensitive code requires a deep understanding of how memory, processor time, and other system resources are used. Rust systems programming language provides this control with a modern type system that catches broad classes of common mistakes, from memory management errors to data races between threads. With "Programming Rust Fast, Safe Systems Development", experienced systems programmers will learn how to successfully bridge the gap between performance and safety using Rust. This practical guide covers key concepts such as ownership and borrowing, traits and generics, multithreaded code without data races, and powerful tools like closures, iterators, and asynchronous programming. This revised edition of "Programming Rust Fast, Safe Systems Development" brings you up-to-date with the latest features of the Rust 2021 Edition.