更新时间:2021-08-27 19:45:52
封面
Title Page
Copyright and Credits
Rust Standard Library Cookbook
Packt Upsell
Why subscribe?
PacktPub.com
Contributors
About the authors
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Get in touch
Reviews
Disclaimer
Learning the Basics
Introduction
Concatenating strings
How to do it...
How it works...
Using the format! macro
There's more...
Providing a default implementation
Using the constructor pattern
Using the builder pattern
Parallelism through simple threads
Generating random numbers
Querying with regexes
Accessing the command line
Interacting with environment variables
Reading from stdin
Accepting a variable number of arguments
Getting started
Working with Collections
Using a vector
Using a string
Accessing collections as iterators
Using a VecDeque