- 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.
- The Complete Rust Programming Reference Guide
- Mastering Visual Studio 2017
- 趣學Python算法100例
- Web Application Development with MEAN
- 深入淺出DPDK
- Hands-On RESTful Web Services with Go
- C語言程序設計學習指導與習題解答
- Mastering ROS for Robotics Programming
- Spring核心技術和案例實戰
- Machine Learning in Java
- NGUI for Unity
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 從零開始學UI設計·基礎篇
- Unity虛擬現實開發圣典
- MySQL數據庫應用技術及實戰