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...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Milanesi, Carlo (Συγγραφέας, http://id.loc.gov/vocabulary/relators/aut)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2018.
Έκδοση:1st ed. 2018.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.