A language empowering everyone to build reliable and efficient software.
Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.
三年前,偶然接触到该语言便开始学习。如今再次来重温并加深学习。
Rust非常有意思,推荐的学习资料只有一个:Rust官网 Or Rust中文官网
Julia , Erlang , Rust这些语言的官方文档真的是让人感动...
对于Rust学习的一点建议:
注意这些名词:
- destructor:解构,析构函数。
- dereference 间接访问