The Complete Rust Programming Reference Guide

Autor: Rahul Sharma

Tema: COM051000 - COMPUTERS / Programming / General; COM051230 - COMPUTERS / Software Development and Engineering / General; COM051300 - COMPUTERS / Programming / Algorithms

Editorial: Packt Publishing (2019-05-20)

978-1-83882-638-3

The Complete Rust Programming Reference Guide ebook cover

Design and implement professional-level programs by leveraging modern data structures and algorithms in Rust

Key Features

  • Improve your productivity by writing more simple and easy code in Rust
  • Discover the functional and reactive implementations of traditional data structures
  • Delve into new domains of Rust, including WebAssembly, networking, and command-line tools

    Book Description

    Rust is a powerful language with a rare combination of safety, speed, and zero-cost abstractions. This Learning Path is filled with clear and simple explanations of its features along with real-world examples, demonstrating how you can build robust, scalable, and reliable programs.

    You'll get started with an introduction to Rust data structures, algorithms, and essential language constructs. Next, you will understand how to store data using linked lists, arrays, stacks, and queues. You'll also learn to implement sorting and searching algorithms, such as Brute...