Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Rust

You're reading from   Learning Rust A comprehensive guide to writing Rust applications

Arrow left icon
Product type Paperback
Published in Nov 2017
Publisher Packt
ISBN-13 9781785884306
Length 308 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Vesa Kaihlavirta Vesa Kaihlavirta
Author Profile Icon Vesa Kaihlavirta
Vesa Kaihlavirta
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Introducing and Installing Rust FREE CHAPTER 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, Impl, 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

What this book covers

Chapter 1, Introducing and Installing Rust, deals with installing the Rust toolset and using the basic tools.

Chapter 2, Variables, focuses on using different kinds of variables.

Chapter 3, Input and Output, covers the basic I/O.

Chapter 4, Conditions, Recursion, and Loops, goes through the different loops and iterative methods of Rust.

Chapter 5, Remember, Remember, covers Rust's memory handling system.

Chapter 6, Creating Your Own Rust Applications, gives you the task of building a complete Rust application.

Chapter 7, Matching and Structures, teaches you compound data types and how to destructure them.

Chapter 8, The Rust Application Lifetime, covers Rust's unique ownership, borrowing, and lifetime system, which enables resource safety without garbage collection.

Chapter 9, Introducing Generics, Impl, and Traits, goes through Rust's generic types.

Chapter 10, Creating Your Own Crate, instructs you how to build your own contained packages of Rust code.

Chapter 11Concurrency in Rust, looks at concurrency and parallelism techniques.

Chapter 12, Now It's Your Turn!, gives you another set of tasks to complete.

Chapter 13, The Standard Library, covers Rust's standard library.

Chapter 14, Foreign Function Interfaces, introduces techniques to interface Rust code with C programs.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime