書名: Rust Standard Library Cookbook作者名: Jan Nils Ferner Daniel Durante本章字數: 57字更新時間: 2021-08-27 19:45:00
Learning the Basics
In this chapter, we will cover the following recipes:
- Concatenating strings
- Using the format! macro
- 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