Skip to Main Content
The Rust Programming Language
book

The Rust Programming Language

by Steve Klabnik, Carol Nichols
July 2018
Intermediate to advanced content levelIntermediate to advanced
552 pages
13h 50m
English
No Starch Press
Content preview from The Rust Programming Language

INDEX

Symbols and Numbers

+ (addition operator), 38, 137138, 492

& (ampersand), 17, 492

<> (angle brackets), 494495

for specifying lifetime parameters, 191

for specifying type parameters, 130, 172, 173

-> (arrow), 4647, 492

* (asterisk), 492

dereference operator, 68, 311315, 416

glob operator, 124125

multiplication operator, 38

@ (at operator), 410411, 493

: (colon), 492493, 495

for struct fields, 82

for trait bounds, 183

{} (curly brackets), 496

for function bodies, 6, 15

as placeholders in the println! macro, 18

scope creation, 45, 71

/ (division operator), 38, 492

. (dot), 492

for method syntax, 91

for struct field access, 82

for tuple element access, 40

:: (double colon), 494

for associated functions, 94

for enum variants, 96

for namespacing, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Programming WebAssembly with Rust

Programming WebAssembly with Rust

Kevin Hoffman
Programming Rust

Programming Rust

Jim Blandy, Jason Orendorff
The Rust Programming Language, 2nd Edition

The Rust Programming Language, 2nd Edition

Steve Klabnik, Carol Nichols

Publisher Resources

ISBN: 9781492067665Errata Page