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
LEADER 03153nmm a2200409 u 4500
001 EB001910929
003 EBX01000000000000001073831
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781484234686 
020 |a 1484234685 
050 4 |a QA76.6 
100 1 |a Milanesi, Carlo 
245 0 0 |a Beginning Rust  |b from novice to professional  |c Carlo Milanesi 
260 |a [Berkeley, CA]  |b Apress  |c 2018 
300 |a 1 online resource 
505 0 |a 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 
653 |a Computer programming / fast 
653 |a Programming & scripting languages: general / bicssc 
653 |a Computer programming / software development / bicssc 
653 |a Programmation (Informatique) 
653 |a COMPUTERS / Programming / General / bisacsh 
653 |a Computer programming / http://id.loc.gov/authorities/subjects/sh85107310 
653 |a computer programming / aat 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
015 |a GBB8M4633 
024 8 |a 10.1007/978-1-4842-3468-6 
776 |z 9781484234679 
776 |z 9781484234686 
776 |z 1484234685 
776 |z 1484234677 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484234686/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.1 
520 |a 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 to name objects, control execution flow, and handle primitive types. You'll see how to do arithmetic, allocate memory, use iterators, and handle input/output. Once you have mastered these core skills, you'll work on handling errors and using the object-oriented features of Rust to build robust Rust applications in no time. Only a basic knowledge of programming is required, preferably in C or C++. To understand this book, it's enough to know what integers and floating-point numbers are, and to distinguish identifiers from string literals. After reading this book, you'll be ready to build Rust applications. You will: Get started programming with Rust Understand heterogeneous data structures and data sequences Define functions, generic functions, structs, and more Work with closures, changeable strings, ranges and slices Use traits and learn about lifetimes