Learning Rust - Helion
Tytuł oryginału: Learning Rust
ISBN: 9781785888885
stron: 300, Format: ebook
Data wydania: 2017-11-24
Księgarnia: Helion
Cena książki: 29,90 zł (poprzednio: 135,91 zł)
Oszczędzasz: 78% (-106,01 zł)
Start building fast and robust applications with the power of Rust by your side
About This Book
- Get started with the language to build scalable and high performance applications
- This book will help C#/C++ developers gain better performance and memory management
- Discover the power of Rust when developing concurrent applications for large and scalable software
Who This Book Is For
The book is for absolute beginners to Rust, who want to build high performance, concurrent applications for their projects. It is suitable for developers who have a basic knowledge of programming and developers who are using the C#/C++ language to write their applications. No knowledge of Rust is expected.
What You Will Learn
- Set up Rust for Windows, Linux, and OS X
- Write effective code using Rust
- Expand your Rust applications using libraries
- Interface existing non-Rust libraries with your Rust applications
- Use the standard library within your applications
- Understand memory management within Rust and speed efficiency when passing variables
- Create more complex data types
- Study concurrency in Rust with multi-threaded applications and sync threading techniques to improve the performance of an application problem
In Detail
Rust is a highly concurrent and high performance language that focuses on safety and speed, memory management, and writing clean code. It also guarantees thread safety, and its aim is to improve the performance of existing applications. Its potential is shown by the fact that it has been backed by Mozilla to solve the critical problem of concurrency.
Learning Rust will teach you to build concurrent, fast, and robust applications. From learning the basic syntax to writing complex functions, this book will is your one stop guide to get up to speed with the fundamentals of Rust programming. We will cover the essentials of the language, including variables, procedures, output, compiling, installing, and memory handling.
You will learn how to write object-oriented code, work with generics, conduct pattern matching, and build macros. You will get to know how to communicate with users and other services, as well as getting to grips with generics, scoping, and more advanced conditions. You will also discover how to extend the compilation unit in Rust.
By the end of this book, you will be able to create a complex application in Rust to move forward with.
Style and approach
This comprehensive book will focus on the Rust syntax, functions, data types, and conducting pattern matching for programmers. It is divided into three parts and each part of the book has an objective to enable the readers to create their own applications at an appropriate level, ultimately towards creating complex applications.
Osoby które kupowały "Learning Rust", wybierały także:
- Learn Python Programming 299,00 zł, (29,90 zł -90%)
- Puppet: Mastering Infrastructure Automation 299,00 zł, (29,90 zł -90%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Responsive Web Design with HTML5 and CSS 213,57 zł, (29,90 zł -86%)
- Modern C++: Efficient and Scalable Application Development 199,33 zł, (29,90 zł -85%)
Spis treści
Learning Rust. A comprehensive guide to writing Rust applications eBook -- spis treści
- 1. Introducing & Installing Rust
- 2. Variables
- 3. Input and Output
- 4. Conditions, Recursion and Loops
- 5. Remember, Remember
- 6. Creating your own Rust applications
- 7. Matching and Structures
- 8. The Rust Application Lifetime
- 9. Introducing Generics and Traits
- 10. Creating your own Crate
- 11. Concurrency in Rust
- 12. Now it’s your turn!
- 13. The standard library
- 14. Foreign Function Interfaces