BookFrontier
Programming Rust by Jim Blandy
Book

Programming Rust

Fast, Safe Systems Development

O'Reilly Media · 2021-07-20

Programming Rust: Fast, Safe Systems Development

Buy on Amazon

See Lists Featuring This Book

Disclosure: Some outbound links are affiliate links. If you buy through them, we may earn a commission. It doesn't affect which books we include. Learn more in our disclosure policy.

Who It's For

  • Good for readers who enjoy Computers / Programming / Parallel
  • Good for readers interested in language
  • Good for fans of Programming

What You Get

  • Themes: Development, Language, Modern.
  • Reading lane: Programming and Programming Languages.
  • Publisher: O'Reilly Media.

Categories

Affinity3

  • Computers / Programming / Parallel

    84%
  • Computers / Programming Languages / C

    83%
  • Computers / Programming Languages / General

    83%

What the publisher says0

  • No publisher categories available.

About This Book

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 syste...

Read full description

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 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.

Similar Books