- Rust Programming Cookbook
- Claus Matzinger
- 122字
- 2021-06-24 12:27:38
To get the most out of this book
We consider a few things in terms of programming fundamentals and we assume that you are familiar with these concepts already. Here is a list of terms you should be able to explain in a programming context:
- Types and enums
- Control statements and execution flow
- Program architectures and patterns
- Streams and iterators
- Linking
- Generics
Equipped with this knowledge, you can dive in with an editor of your choice (we recommend Visual Studio Code (https://code.visualstudio.com), together with the official Rust extension (https://marketplace.visualstudio.com/items?itemName=rust-lang.rust)). While Rust is a cross-platform programming language, some recipes are significantly easier on Linux or macOS. Windows users are encouraged to use the Windows Subsystem for Linux (https://docs.microsoft.com/en-us/windows/wsl/install-win10) for a better experience.
推薦閱讀
- Expert C++
- 嵌入式軟件系統(tǒng)測(cè)試:基于形式化方法的自動(dòng)化測(cè)試解決方案
- Python自然語(yǔ)言處理實(shí)戰(zhàn):核心技術(shù)與算法
- Network Automation Cookbook
- Getting Started with Python Data Analysis
- SQL Server 2016數(shù)據(jù)庫(kù)應(yīng)用與開(kāi)發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- Oracle JDeveloper 11gR2 Cookbook
- 深入理解Elasticsearch(原書(shū)第3版)
- SQL基礎(chǔ)教程(第2版)
- Microsoft Azure Storage Essentials
- HTML5秘籍(第2版)
- Distributed Computing in Java 9
- 交互式程序設(shè)計(jì)(第2版)
- Drupal Search Engine Optimization
- 你必須知道的.NET(第2版)