Rust Programming Language

560 pages

English language

Published Nov. 8, 2019 by No Starch Press, Incorporated.

ISBN:
978-1-7185-0044-0
Copied ISBN!

View on OpenLibrary

5 stars (4 reviews)

2 editions

An excellent book that introduces the Rust programming language.

5 stars

An excellent book that introduces the Rust programming language and why its features can make it a compelling systems level programming language. The book assumes the reader has some programming experience, so it doesn't go into basic programming concepts, but instead shows how Rust handles some standard programming tasks in a safer (and maybe better) way than other systems programming languages.

Rust's explicit use of ownership and keeping track of lifetimes enable the language to detect and alert programmers at compile time about issues with their code that would lead to memory access problems that are a major source of bugs in programs. Rust does not eliminate all bugs, but getting rid of memory access related bugs would be good for programming in general.

After covering those essential aspects of the language, the book then goes into some details about the ecosystem around Rust: separating code into libraries, producing test …

avatar for StefanR

rated it

4 stars
avatar for urmaul

rated it

5 stars