- Rust Essentials(Second Edition)
- Ivo Balbaert
- 219字
- 2021-07-02 15:30:33
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The read_line() method returns a value of type IoResult<String>, which is a specialized Result type."
A block of code is set as follows:
match magician {
"Gandalf" => println!("A good magician!"),
"Sauron" => println!("A magician turned bad!"), _ => println!("No magician turned up!")
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
match magician {
"Gandalf" => println!("A good magician!"),
"Sauron" => println!("A magician turned bad!"), _ => println!("No magician turned up!")
}
Any command-line input or output is written as follows:
# rustc welcome.rs -o start
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "When working with Rust code, select Tools | Build System and RustEnhanced."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 騰訊iOS測試實踐
- iOS 9 Game Development Essentials
- Mastering PHP Design Patterns
- Python面向對象編程:構建游戲和GUI
- 移動界面(Web/App)Photoshop UI設計十全大補
- Mastering Xamarin.Forms(Second Edition)
- Extreme C
- Couchbase Essentials
- Unity Character Animation with Mecanim
- Python計算機視覺和自然語言處理
- CodeIgniter Web Application Blueprints
- Mastering Apache Camel
- 安卓工程師教你玩轉Android
- Mapping with ArcGIS Pro
- Docker on Windows