- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 139字
- 2021-07-02 13:35:11
Preface
This book is about Rust, a programming language that empowers you to build all kinds of software systems, ranging from low-level embedded software to dynamic web applications. Rust is fast, reliable, and safe. It offers performance and safety guarantees that reach or even surpass C and C++, while still being a modern language with a relatively low barrier of entry. Rust drive toward incremental improvements, combined with its active and friendly community, promises a great future for the language.
Rust is not a new language by design and doesn't try to reinvent the wheel. Rather, it's a language that has identified unique ideas, hidden away in research-prototype languages that never saw mass adoption. It brings those ideas together into a coherent composition and provides a practical language that lets you build safe software systems, while still being efficient.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- The Complete Rust Programming Reference Guide
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 大學計算機基礎實驗教程
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 我的第一本算法書
- Learning Apache Mahout Classification
- Serverless架構
- Python算法從菜鳥到達人
- SQL基礎教程(第2版)
- ElasticSearch Cookbook(Second Edition)
- Mastering C++ Multithreading
- Koa與Node.js開發實戰
- RESTful Web API Design with Node.js(Second Edition)
- 深入大型數據集:并行與分布化Python代碼