- 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
- Web程序設(shè)計(jì)及應(yīng)用
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(R+Python)
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- JavaScript機(jī)器人編程指南
- Java Web應(yīng)用開發(fā)項(xiàng)目教程
- Android高級開發(fā)實(shí)戰(zhàn):UI、NDK與安全
- Scratch編程從入門到精通
- WCF全面解析
- 編寫高質(zhì)量代碼之Java(套裝共2冊)
- Python自動(dòng)化運(yùn)維:技術(shù)與最佳實(shí)踐
- FORTRAN程序設(shè)計(jì)權(quán)威指南
- iOS應(yīng)用逆向工程:分析與實(shí)戰(zhàn)
- Oracle 11g寶典