|
- Rust 程序设计语言
Rust 拥有出色的文档、友好的编译器和清晰的错误提示信息, 还集成了一流的工具——包管理器和构建工具, 智能地自动补全和类型检验的多编辑器支持, 以及自动格式化代码等等。
- Rust Programming Language
Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling — an integrated package manager and build tool, smart multi-editor support with auto-completion and type inspections, an auto-formatter, and more
- Rust 教程 | 菜鸟教程
Rust 支持多种编程范式,包括函数式、并发式、过程式和面向对象风格。 Rust 速度惊人且内存利用率极高。 由于没有运行时和垃圾回收,它能够胜任对性能要求特别高的服务,可以在嵌入式设备上运行,还能轻松和其他语言集成。 Rust 系列文章内容由 So
- 关于本书 - Rust语言圣经 (Rust Course)
Rust 语言真的好:连续八年成为全世界最受欢迎的语言、没有 GC 也无需手动内存管理、性能比肩 C++ C 还能直接调用它们的代码、安全性极高 - 总有公司说使用 Rust 后以前的大部分 bug 都将自动消失、全世界最好的包管理工具 Cargo 等等。
- 为什么 Rust 是开发者中最受推崇的语言 - 知乎
Rust 是一种静态类型语言,因此变量和表达式类型在编译时确定和检查,这有助于增强内存安全和错误检测,从而实现更可靠的构建。 2006 年,软件开发人员格雷顿-霍尔(Graydon Hoare)在 Mozilla 工作期间,将 Rust 作为个人项目启动。
- 安装 Rust - Rust 程序设计语言
Rust 由工具 rustup 安装和管理。 Rust 有着以 6 星期为周期的 快速版本迭代机制,支持 大量平台,因而不同时期存在大量不同的 Rust 构建版本。
- 学习 Rust - Rust 程序设计语言
本书从基本原则出发,给出了 Rust 语言的概览。 您将在阅读本书的过程中构建几个项目,读完本书后,您就能扎实地掌握 Rust 语言。
- Install Rust - Rust Programming Language
Rust is installed and managed by the rustup tool Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time rustup manages these builds in a consistent way on every platform that Rust supports, enabling installation of Rust from the beta and nightly release channels
|
|
|