- Creative Projects for Rust Programmers
- Carlo Milanesi
- 240字
- 2021-06-18 19:01:56
Rust 2018: Productivity
The Rust Standard Library and tooling have improved a lot over the years. Since February 2018, the Rust ecosystem has become quite wide and multifaceted. Four domain working groups have been created, each covering one of the main application areas. These areas were already fairly mature, but this development allowed them to improve even further. In the coming years, we will see the introduction of other domain working groups as well.
It's not an easy task to develop a high-quality and cost-effective application, even after learning a language as a developer. To avoid reinventing the (presumably low-quality) wheel, you as a developer should use a high-quality framework or some high-quality libraries that cover the kind of application you are going to develop.
The purpose of this book is to guide you as a developer to choose the best open source Rust libraries available for developing software. This book covers several typical domains, each using different libraries. Because some non-standard libraries are useful in a number of different domains, it would be quite limiting to present them as confined to a single domain.
In this chapter, you will learn about the following topics:
- Understanding the different editions of Rust
- Understanding the most important recent improvements made to Rust
- Understanding domain working groups
- Understanding the kind of projects that we will cover in this book
- An introduction to some useful Rust libraries
- Rust實戰
- Vue.js 2 and Bootstrap 4 Web Development
- Java Web開發之道
- Java加密與解密的藝術(第2版)
- Python金融數據分析
- Hands-On JavaScript High Performance
- HTML5入門經典
- 快人一步:系統性能提高之道
- Haskell Data Analysis Cookbook
- Extreme C
- Android傳感器開發與智能設備案例實戰
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Python函數式編程(第2版)
- Python數據可視化之美:專業圖表繪制指南(全彩)
- C語言程序設計實踐