Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Milanesi, Carlo (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, 2018.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1029604209
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 180327s2018 cau o 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d N$T  |d YDX  |d OCLCF  |d UMI  |d UPM  |d AZU  |d EBLCP  |d OCLCQ  |d COO  |d STF  |d TOH  |d CEF  |d KSU  |d VT2  |d U3W  |d OCLCQ  |d DEBBG  |d UAB  |d SNK  |d WYU  |d G3B  |d LVT  |d S9I  |d C6I  |d UKMGB  |d K6U  |d CAUOI  |d D6H  |d MERER  |d LEAUB  |d OCLCQ  |d LQU  |d FVL  |d OCLCQ  |d ADU  |d UHL  |d LEATE  |d UKAHL  |d OCLCQ  |d BRF  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
015 |a GBB8M4633  |2 bnb 
016 7 |a 019140170  |2 Uk 
019 |a 1030467159  |a 1030606609  |a 1030760388  |a 1030813727  |a 1031484908  |a 1033646351  |a 1048160684  |a 1066473046  |a 1066571742  |a 1081201368  |a 1086531609  |a 1103271274  |a 1105189355  |a 1105706424  |a 1112868276  |a 1113636205  |a 1122810642  |a 1129348091 
020 |a 9781484234686  |q (electronic bk.) 
020 |a 1484234685  |q (electronic bk.) 
020 |z 9781484234679  |q (print) 
020 |z 1484234677 
024 7 |a 10.1007/978-1-4842-3468-6  |2 doi 
027 |a SPRINTER 
029 1 |a AU@  |b 000062228206 
029 1 |a AU@  |b 000062258012 
029 1 |a AU@  |b 000066528832 
029 1 |a AU@  |b 000067075337 
029 1 |a AU@  |b 000067114627 
029 1 |a CHNEW  |b 001063444 
029 1 |a CHVBK  |b 575140054 
029 1 |a GBVCP  |b 1020522100 
029 1 |a UKMGB  |b 019140170 
029 1 |a AU@  |b 000069026558 
035 |a (OCoLC)1029604209  |z (OCoLC)1030467159  |z (OCoLC)1030606609  |z (OCoLC)1030760388  |z (OCoLC)1030813727  |z (OCoLC)1031484908  |z (OCoLC)1033646351  |z (OCoLC)1048160684  |z (OCoLC)1066473046  |z (OCoLC)1066571742  |z (OCoLC)1081201368  |z (OCoLC)1086531609  |z (OCoLC)1103271274  |z (OCoLC)1105189355  |z (OCoLC)1105706424  |z (OCoLC)1112868276  |z (OCoLC)1113636205  |z (OCoLC)1122810642  |z (OCoLC)1129348091 
037 |a CL0500000957  |b Safari Books Online 
050 4 |a QA76.6 
072 7 |a COM  |x 051000  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMC  |2 bicssc 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Milanesi, Carlo,  |e author. 
245 1 0 |a Beginning Rust :  |b from novice to professional /  |c Carlo Milanesi. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c 2018. 
264 4 |c Ã2018 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed April 4, 2018). 
500 |a Includes index. 
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. 
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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Computer programming. 
650 6 |a Programmation (Informatique) 
650 7 |a computer programming.  |2 aat 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming  |x General.  |2 bisacsh 
650 7 |a Computer programming  |2 fast 
776 0 8 |i Print version:  |a Milanesi, Carlo.  |t Beginning Rust.  |d [Berkeley, CA] : Apress, 2018  |z 1484234677  |z 9781484234679  |w (OCoLC)1016968807 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484234686/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH34377558 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5377497 
938 |a EBSCOhost  |b EBSC  |n 1738797 
938 |a YBP Library Services  |b YANK  |n 15252772 
994 |a 92  |b IZTAP