Beginning Rust from novice to professional

Learn to program with Rust in an easy, step-by-step manner on Unix, Linux shell, macOS and the Windows command line. As you read this book, you'll build on the knowledge you gained in previous chapters and see what Rust has to offer. Beginning Rust starts with the basics of Rust, including how...

Full description

Bibliographic Details
Main Author: Milanesi, Carlo
Format: eBook
Language:English
Published: [Berkeley, CA] Apress 2018
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • 1. Printing on Terminal
  • 2. Doing Arithmatic
  • 3. Naming Objects
  • 4. Controlling Execution Flow
  • 5. Using Data Sequences
  • 6. Using Primitive Types
  • 7. Enumerating Cases
  • 8. Using Heterogeneous Data Structures
  • 9. Defining Functions
  • 10. Defining Generic Functions and Structs
  • 11. Allocating Memory
  • 12. Data Implementation
  • 13. Defining Closures
  • 14. Using Changeable Strings
  • 15. Ranges and Slices
  • 16. Using Iterators
  • 17. Input/Output and Error Handling
  • 18. Using Traits
  • 19. Object-Oriented Programming
  • 20. Standard Library Collections
  • 21. Drops, Moves, and Copies
  • 22. Borrowing and Lifetimes
  • 23. More about Lifetimes