Book Image

Introduction to Rust Programming [Video]

By : Syed Omar Faruk Towaha
Book Image

Introduction to Rust Programming [Video]

By: Syed Omar Faruk Towaha

Overview of this book

<p><span id="description" class="sugar_field">Rust is a highly concurrent and high performance language that focuses on safety and speed, memory management, and writing clean code. It also guarantees thread safety, and its aim is to improve the performance of existing applications. It has been backed by Mozilla to solve the critical problem of concurrency.</span></p> <p><span id="description" class="sugar_field">In this video, you will learn to build concurrent, fast, and robust applications. From learning the basic syntax to writing complex functions, this video is your one-stop guide to get up to speed with the fundamentals of Rust programming. We cover the essentials of the language, including high performance networking. We’ll explain in detail the fundamentals of Rust programming. You’ll will learn how to write object-oriented code, work with generics, conduct pattern matching, and build macros.</span></p> <p><span id="description" class="sugar_field">By the end of video, you will be able to write applications in Rust.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This will be a comprehensive and up to date video for developers who have absolutely no background in Rust. Apart from showing the fundamentals features of Rust, the video will appeal to application developers who want to build concurrent applications. The video would enable the viewer to get started with the language and would enable them to build scalable and high-performance applications.</span></span></p>
Table of Contents (7 chapters)
Chapter 5
Applying the Finishing Touches
Content Locked
Section 2
Documenting with Style
To make our system truly extensible, not only will our robots be separate implementations of traits, they'll live in separate modules. In order to advertise our army's capabilities, we'll have to document them thoroughly and make the documentation available online. - What is Commenting and its necessity - What is documenting and its necessity - How make documentation