9781785285769-1785285769-Rust Essentials

Rust Essentials

ISBN-13: 9781785285769
ISBN-10: 1785285769
Author: Ivo Balbaert
Publication date: 2015
Publisher: Packt Pub Ltd
Format: Paperback 161 pages
FREE US shipping

Book details

ISBN-13: 9781785285769
ISBN-10: 1785285769
Author: Ivo Balbaert
Publication date: 2015
Publisher: Packt Pub Ltd
Format: Paperback 161 pages

Summary

Rust Essentials (ISBN-13: 9781785285769 and ISBN-10: 1785285769), written by authors Ivo Balbaert, was published by Packt Pub Ltd in 2015. With an overall rating of 3.7 stars, it's a notable title among other books. You can easily purchase or rent Rust Essentials (Paperback) from BooksRun, along with many other new and used books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $0.52.

Description

Discover how to use Rust to write fast, secure, and concurrent systems and applications

About This Book
  • Learn how to create secure and blazingly fast programs in Rust
  • Start working with Rust in a multicore and distributed environment
  • Explore the core characteristics of Rust - safety, performance, and concurrency - to build error free and robust code
Who This Book Is For

This book is intended for software developers interested in systems level and application programming, and are looking for a quick entry into using Rust and understanding the core features of the framework. It is assumed that you have a basic understanding of Java, C#, Ruby, Python or JavaScript.

What You Will Learn
  • Set up your Rust environment for maximum productivity
  • Bridge the performance gap between safe and unsafe languages with Rust
  • Use pattern matching to create flexible code
  • Apply generics and traits to develop widely applicable code
  • Organize your code in modules and crates
  • Build macros to extend Rust's capabilities and reach
  • Apply threads to tackle problems concurrently and in distributed environments
  • Interface with C and isolate unsafe code
In Detail

Starting by comparing Rust with other programming languages, this book will show you where and how to use Rust. It will discuss primitive types along with variables and their scope, binding and casting, simple functions, and ways to control execution flow in a program.

Next, the book covers flexible arrays, vectors, tuples, enums, and structs. You will then generalize the code with higher-order functions and generics applying it to closures, iterators, consumers, and so on. Memory safety is ensured by the compiler by using references, pointers, boxes, reference counting, and atomic reference counting. You will learn how to build macros and crates and discover concurrency for multicore execution.

By the end of this book, you will have successfully migrated to using Rust and will be able to use it as your main programming language.

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book