000 02048nam a22002537a 4500
999 _c65296
_d65296
008 200605b2018 ||||| |||| 00| 0 eng d
020 _a9789352136834
082 _a005.133 BLA-J
100 _aBlandy, Jim
245 _aProgramming Rust :
_bfast, safe systems development /
_cJim Blandy and Jason Orendorff
260 _aIndia
_bShroff Publishers
_c2018
300 _a598 p.
365 _aINR
_b1575.00.
500 _aRust 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.
650 _aProgramming languages (Electronic computers)
650 _aComputer programming
650 _aRust (Computer program language)
650 _aSoftware engineering
650 _aText editors (Computer programs)
650 _aUNIX (Computer file)
650 _aC (Computer program language)
650 _aDomain-specific programming languages
700 _aOrendorff, Jason