- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 167字
- 2021-07-02 13:35:12
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The project resides in a folder named threads_demo in the Chapter08/ directory."
A block of code is set as follows:
fn main() {
println!("Hello Rust!");
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[dependencies]
serde = "1.0.8"
crossbeam = "0.6.0"
typenum = "1.10.0"
Any command-line input or output is written as follows:
$ rustc main.rs
$ cargo build
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
- Learning Single:page Web Application Development
- 程序員面試白皮書
- 微服務與事件驅動架構
- Java Web基礎與實例教程(第2版·微課版)
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- C語言程序設計基礎與實驗指導
- Unity Virtual Reality Projects
- Python 3網絡爬蟲實戰
- INSTANT CakePHP Starter
- JSP開發案例教程
- 軟件項目管理實用教程
- 數據結構習題解析與實驗指導
- TypeScript 2.x By Example
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- Learning D