Opening book details…
Can I read Programming Rust on EtoBox?
Programming Rust by Jim Blandy is a nonfiction available to read on EtoBox.
What is Programming Rust about?
Rust is a new systems programming language that combines the performance and low-level control of C and C++ with memory safety and thread safety. Rust's modern, flexible types ensure your program is free of null pointer dereferences, double frees, dangling pointers, and similar bugs, all at compile time, without runtime overhead. In multi-threaded code, Rust catches data races at compile time, making concurrency much easier to use.Written by two experienced systems programmers, this book explains how Rust manages to bridge the gap between performance and safety, and how you can take advantage of it. Topics include:How Rust represents values in memory (with diagrams)Complete explanations of ownership, moves, borrows, and lifetimesCargo, rustdoc, unit tests, and how to publish your code on crates.io, Rust's public package repositoryHigh-level features like generic code, closures, collections, and iterators that make Rust productive and...
Who reads Programming Rust?
It is typically read by self-directed learners exploring a subject in depth.
Common subject areas: history, science, philosophy, social sciences.
- Author
- Jim Blandy
- Publisher
- O'Reilly Media
- Published
- 2017
- Language
- EN
- Category
- nonfiction
More by Jim Blandy
Browse all works by Jim Blandy
Similar books
- The Rust Programming Language — Steve Klabnik, Carol Nichols, (2018)
- Rust Programming: Safe, Concurrent Systems Programming Language for Performance and Memory Safety — Theophilus Edet (2024)
- Why Rust? : Trustworthy, Concurrent Systems Programming — Jim Blandy (2015)
- Beginning Rust Programming — Ric Messier (2021)