- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 198字
- 2021-07-02 14:11:39
To get the most out of this book
This book comes with a lot of code examples and implementations. For you to learn the most that you can, it is recommended to install Rust (any version later than 1.33 should do) and run all of the examples. Here are a few recommendations for text editors and other tools:
- Microsoft's Visual Studio Code (https://code.visualstudio.com/), arguably one of the best Rust code editors
- Rust support for Visual Studio Code via a plugin (https://github.com/rust-lang/rls-vscode)
- Rust Language Server (RLS), found at https://github.com/rust-lang/rls-vscode, installed via rustup (https://rustup.rs/)
- Debugging support using the LLDB frontend plugin (https://github.com/vadimcn/vscode-lldb) for Visual Studio Code
Having this environment set up and being familiar with it is great for your daily Rust programming, and will let you debug and inspect the workings of the code provided in this book. For you to get the most out of this book, we recommend that you do the following:
- Check out the source code in the repository to get the whole picture. The snippets are only isolated examples to show specifics.
- Don't blindly trust our results; run the tests and benchmarks of each sub-project (chapters) to reproduce the findings yourself.
推薦閱讀
- 信息系統與數據科學
- Voice Application Development for Android
- SQL Server 2008數據庫應用技術(第二版)
- 云計算服務保障體系
- 大數據Hadoop 3.X分布式處理實戰
- Hadoop 3.x大數據開發實戰
- 中國數字流域
- 數據庫程序員面試筆試真題庫
- Spark大數據分析實戰
- Python金融數據分析(原書第2版)
- TextMate How-to
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- Python數據分析從小白到專家
- Web Services Testing with soapUI
- 機器學習:實用案例解析