A Rust Sampler



Download free course A Rust Sampler, pdf file on 27 pages by by Carol Nichols, Jake Goulding.
Thread-safe, reliable, and lightning-fast, Rust has been the most loved programming language on Stack Overflow for four years and counting! This open source systems language gets its amazing speed in large part from its memory safety - and without resource-greedy garbage collection. Offering freedom from a runtime requirement, a rich type system, and control over low-level details, Rust is a cut above the rest in areas including command line applications, WebAssembly, and embedded services. Is it any wonder Rust is a favorite among systems programmers everywhere?

In A Rust Sampler, Rust gurus Carol Nichol and Jake Goulding have expertly gathered interesting and useful Rust concepts and techniques and wrapped them up in one tidy, practical package. You'll learn about the latest edition of Rust and what it means to you, work through a Test Driven Development example hands-on, see how Rust prevents a concurrency bug in Ruby, and more. Hone your Rust skills and get ready to create production-quality, lightning-fast Rust projects with this free mini ebook!

Table of contents

  • What the 2018 Edition of Rust Means to You
  • A Test Driven Development Example in Rust
  • Comparison of Concurrency in Ruby and Rust
  • Why You Can't Store a Value and a Reference to that Value in the Same Struct
  • Why It's Discouraged to Accept a Reference to a String, Vec, or Box as a Function Parameter
Pages : 27
Size : 14.3 MB
File type : PDF
Downloads: 61
Created: 2022-02-01
License: Open Publication License
Author(s): by Carol Nichols, Jake Goulding
A Rust Sampler

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Computer science Tutorials

Intel Xeon Phi Coprocessor Architecture and Tools

Don't Just Roll the Dice

Building Cloud Apps with Microsoft Azure

Blockchain and Crypt Currency

Software for Exascale Computing - SPPEXA 2016-2019

Others related eBooks about A Rust Sampler

Pharo by Example

Pharo is a modern open-source development environment for the classic Smalltalk-80 programming language. This book, intended for both students and developers, will guide you gently through the language and tools by means of a series of examples and exercises. ...

Make Games with Python on Raspberry Pi

You are going to learn how to make a game on our Raspberry Pi from the ground up. ...

Hacker hightschool, learn how being a Hacker

Free tutorial intended to beginners to learn how being a hacker for educational purpose....

Application Insights Succinctly

Download free course Application Insights Succinctly, pdf file on 75 pages by by Roberto Albano....

TensorFlow Roadmap

Download free course TensorFlow Roadmap, pdf file on 22 pages by Amirsina Torfi....

Notes on Diffy Qs: Differential Equations for Engineers

An introductory course on differential equations aimed at engineers. The book covers first order ODEs, higher order linear ODEs, systems of ODEs, Fourier series and PDEs, eigenvalue problems, the Laplace transform, and power series methods. The book originated as class notes for Math 286 at the Univ...

Code: The Hidden Language of Computer Hardware and Software

What do flashlights, the British invasion, black cats, and seesaws have to do with computers? In CODE, they show us the ingenious ways we manipulate language and invent new means of communicating with each other. And through CODE, we see how this ingenuity and our very human compulsion to communic...

Tutorial Photoshop for photographer in PDF

Learn how you can retouch photographic images as a professionals correct problems in color quality. Free PDF Tutorial to download about Photoshop for photographie....

Think Stats, 2nd Edition: Exploratory Data Analysis in Python

If you know how to program, you have the skills to turn data into knowledge, using tools of probability and statistics. This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python. ...

Web Application Security Guide

Over 75% of network attacks are targeted at the web application layer. This book provides explicit hacks, tutorials, penetration tests, and step-by-step demonstrations for security professionals and Web application developers to defend their most vulnerable applications. ...