Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Beginning Rust = get started with Ru...
~
Milanesi, Carlo.
Linked to FindBook
Google Book
Amazon
博客來
Beginning Rust = get started with Rust 2021 edition /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Beginning Rust/ by Carlo Milanesi.
Reminder of title:
get started with Rust 2021 edition /
Author:
Milanesi, Carlo.
Published:
Berkeley, CA :Apress : : 2022.,
Description:
xx, 413 p. :ill., digital ;24 cm.
[NT 15003449]:
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.
Contained By:
Springer Nature eBook
Subject:
Object-oriented programming (Computer science) -
Online resource:
https://doi.org/10.1007/978-1-4842-7208-4
ISBN:
9781484272084
Beginning Rust = get started with Rust 2021 edition /
Milanesi, Carlo.
Beginning Rust
get started with Rust 2021 edition /[electronic resource] :by Carlo Milanesi. - Second edition. - Berkeley, CA :Apress :2022. - xx, 413 p. :ill., digital ;24 cm.
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.
Learn to program with Rust 2021 Edition, in an easy, step-by-step manner on Unix, the 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.
ISBN: 9781484272084
Standard No.: 10.1007/978-1-4842-7208-4doiSubjects--Uniform Titles:
Rust (System program language)
Subjects--Topical Terms:
549278
Object-oriented programming (Computer science)
LC Class. No.: QA76.73.R67 / M55 2022
Dewey Class. No.: 005.13
Beginning Rust = get started with Rust 2021 edition /
LDR
:02886nmm a2200337 a 4500
001
2297808
003
DE-He213
005
20220124160527.0
006
m d
007
cr nn 008maaau
008
230324s2022 cau s 0 eng d
020
$a
9781484272084
$q
(electronic bk.)
020
$a
9781484272077
$q
(paper)
024
7
$a
10.1007/978-1-4842-7208-4
$2
doi
035
$a
978-1-4842-7208-4
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.R67
$b
M55 2022
072
7
$a
UMX
$2
bicssc
072
7
$a
COM000000
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.13
$2
23
090
$a
QA76.73.R67
$b
M637 2022
100
1
$a
Milanesi, Carlo.
$3
3309478
245
1 0
$a
Beginning Rust
$h
[electronic resource] :
$b
get started with Rust 2021 edition /
$c
by Carlo Milanesi.
250
$a
Second edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xx, 413 p. :
$b
ill., digital ;
$c
24 cm.
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 2021 Edition, in an easy, step-by-step manner on Unix, the 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.
630
0 0
$a
Rust (System program language)
$3
3593800
650
0
$a
Object-oriented programming (Computer science)
$3
549278
650
1 4
$a
Programming Language.
$3
3538935
650
2 4
$a
Open Source.
$3
2210577
650
2 4
$a
C++.
$2
iisf.
$3
811612
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7208-4
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9439700
電子資源
11.線上閱覽_V
電子書
EB QA76.73.R67 M55 2022
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login