Jump to ratings and reviews
Rate this book

Rust Programming in Examples: Beginners Guide

Rate this book
This book is a guide for you to learn the Rust Programming Language. The first part of the book is a guide for you on how to get started with the Rust programming language. The author takes you through the initial steps of setting up the environment and writing your “Hello Word!” program. The various primitive data types supported in Rust have been discussed, hence you will know how to use them when programming. You are also guided on how to work with Rust variables. Conversion of types through casting has been discussed in detail; hence, you will know how to convert one type to another. The control of the flow of execution has been discussed. You will learn how to use the various flow control statements in Rust. Loops have also been explored in detail to help you learn how to perform Rust task repeatedly. The author guides you on how to match patterns in Rust. The storage of data by use of vectors has also been explored. Closures and Traits are also popular Rust features. The author has discussed them in detail. The following topics have been discussed in this - Getting Started with Rust - Primitives -Variables - Type Casting - Flow Control - Loops - Functions - Traits - Pattern Matching - Vectors - Generics - Closures

59 pages, Paperback

Published December 20, 2017

10 people are currently reading
5 people want to read

About the author

Max Sharp

6 books3 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (12%)
4 stars
2 (25%)
3 stars
3 (37%)
2 stars
0 (0%)
1 star
2 (25%)
Displaying 1 - 2 of 2 reviews
Profile Image for Julian.
Author 5 books2 followers
March 23, 2018
Not a book about RUST programming

This book claims to teach programming in RUST. It does, to the extent that, having read it, one can declare simple functions, very simple classes, and have some vague ideas about generics and closures.

Unfortunately, of the actual aspect of RUST that makes it worthwhile as a language in its own right (multi-threading), there is nothing. Instead the language is presented as a kind of C++ for toddlers. Thinking of which, the attempted explanation of pass by reference as opposed to pass by value is nearly incomprehensible and definitely misleading.

Do not waste your time or money on this.
4 reviews
August 14, 2021
Excellent Introduction to Rust!

This was the perfect intro book for the Rust programming language. Each chapter was just the right length and the examples and exercises throughout the book were perfectly scoped. I'll be keeping my eye on Max Sharp. Excellent writing.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.