X
Programming Rust: Fast, Safe Systems Development
Programming Rust: Fast, Safe Systems Development

Programming Rust: Fast, Safe Systems Development

Product ID : 19059941
4.6 out of 5 stars


Galleon Product ID 19059941
Shipping Weight 2.7 lbs
I think this is wrong?
Model
Manufacturer O'Reilly Media
Shipping Dimension 9.21 x 7.01 x 1.3 inches
I think this is wrong?
-
Before ₱ 5,781
5,537

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown
  • Electrical items MAY be 110 volts.
  • 7 Day Return Policy
  • All products are genuine and original
  • Cash On Delivery/Cash Upon Pickup Available

Pay with

About Programming Rust: Fast, Safe Systems Development

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 lifetimes Cargo, rustdoc, unit tests, and how to publish your code on crates.io, Rustâ??s public package repository High-level features like generic code, closures, collections, and iterators that make Rust productive and flexible Concurrency in Rust: threads, mutexes, channels, and atomics, all much safer to use than in C or C++ Unsafe code, and how to preserve the integrity of ordinary code that uses it Extended examples illustrating how pieces of the language fit together