主要参考和建议读者进一步阅读的文献 The Rust Programming Languagedoc.rust-lang.org/book Rust编程之道,2019, 张汉东 The Complete Rust Programming Reference Guide,2019, Rahul Sharma,Vesa Kaihlavirta,Claus Matzinger Hands-On Data Structures and Algorithms with Rust,2018,Claus Matzinger Beginning Rust ,...
Writing for MIT Technology Review recently, Clive Thompson described Rust as 'the world’s most-loved programming language'.
Rust的类型系统很大程度上受到了函数式语言(functional language)的启发,比如Ocaml和Haskell中的ADTs(Abstract Data Type),影响了Rust中的枚举和结构,而Rust的特性(trait)则类似于Haskell中的类型类(typeclasses),再就是错误处理类型(Option和Result)也是非Rust独创。Rust类型系统的特征突出的是一个强类型系统,这意味着...
"The Rust Programming Languagehas always been, and continues to be, the first place I point anyone looking to learn Rust. It's referred to simply as "The Book", and with good reason -- it's comprehensive and elaborate, yet friendly and thoughtful, and serves as a guide not only to th...
Read Contribution Guide Thanks Rust would not exist without the generous contributions of time, work, and resources from individuals and companies. We are very grateful for the support! Individuals Rust is a community project and is very thankful for the many community contributions it receives. ...
Read Contribution Guide Thanks Rust would not exist without the generous contributions of time, work, and resources from individuals and companies. We are very grateful for the support! Individuals Rust is a community project and is very thankful for the many community contributions it receives. ...
The rustc book rustc is the compiler for the Rust programming language. Compilers take your source code and produce binary code, either as a library or executable. The Cargo book tells you all about Cargo. You can read about Rust’s new large changes in The Edition Guide. ...
The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official, definitive guide to Rust, a hugely popular, community-supported programming language. This is the second ...
The Rust Programming Language (中文) 《Rust 程序设计语言》, 入门必备. API Guidelines 如何编写符合惯例可复用的 Rust. Asynchronous Programming 🚧 解释async 代码, Futures, ... Design Patterns 惯例, 模式和反模式. Edition Guide 与Rust 2015, Rust 2018 等各版本打交道. Guide to Rustc Development ...