PacktPublishing / Rust-Programming-By-Example

Rust Programming By Example, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Programming By Example

This is the code repository for Rust Programming By Example, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Rust is an open source, safe, concurrent, practical language created by Mozilla. It runs blazingly fast, prevents segfaults, and guarantees safety. This book gets you started with essential software development by guiding you through the different aspects of Rust programming. With this approach, you can bridge the gap between learning and implementing immediately.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

All the code files are placed in their respective code folders.

The code will look like the following:

    html, body, #map {
     height: 100%;
     margin: 0;
     padding: 0
   }

There isn't much that you require. Besides, Rust is well supported on any operating system. Linux is the best-supported operating system here. You can also use Rust on Windows and macOS as well, you'll need a fairly recent computer; a gigabyte of RAM should be enough for the purposes of this book.

Related Products

About

Rust Programming By Example, published by Packt

License:MIT License


Languages

Language:Makefile 65.9%Language:Rust 34.1%