Rust: The Ultimate Beginner's Guide to Learn Rust programming Step by StepКНИГИ » ПРОГРАММИНГ
Название: Rust: The Ultimate Beginner's Guide to Learn Rust programming Step by Step Автор: John Bach Издательство: Amazon Год: 2020 Формат: epub/pdf(conv.) Размер: 1.6 Mb Язык: English
Rust is a statically and strongly typed systems programming language. statically means that all types are known at compile-time, strongly means that these types are designed to make it harder to write incorrect programs. A successful compilation means you have a much better guarantee of correctness than with a cowboy language like C. systems means generating the best possible machine code with full control of memory use. So the uses are pretty hardcore: operating systems, device drivers and embedded systems that might not even have an operating system. However, it's actually a very pleasant language to write normal application code in as well. The big difference from C and C is that Rust is safe by default; all memory accesses are checked. It is not possible to corrupt memory by accident. The unifying principles behind Rust are: - strictly enforcing safe borrowing of data - functions, methods and closures to operate on data - tuples, structs and enums to aggregate data - pattern matching to select and destructure data - traits to define behaviour on data
Programming Rust, 2nd Edition (Early Release) Название: Programming Rust, Second Edition (Early Release) Автор: Jim Blandy and Jason Orendorff Издательство: O’Reilly Media, Inc Год: 2020-02-03...
Rust in Action (MEAP) Название: Rust in Action (MEAP Edition Version 15) Автор: Tim McNamara Издательство: Manning Publications Год: 2019-2020 Формат: true pdf, pdf/epub...
The Rust Programming Language (Covers Rust 2018) Название: The Rust Programming Language (Covers Rust 2018) Автор: Steve Klabnik, Carol Nichols Издательство: No Starch Press, Inc. Год: 2019 ...
Rust High Performance Название: Rust High Performance Автор: Iban Eguia Moraza Издательство: packpub Жанр: Программирование Год издания: 2018 Страниц: 272 Язык: Английский...
The Rust Programming Language Название: The Rust Programming Language Автор: Steve Klabnik, Carol Nichols Издательство: No Starch Press Год: 2018 Страниц: 552 Формат: EPUB Размер:...