# rust是什么
Rust 编程语言 (rust-lang.org) (opens new window)
# 为什么选择 Rust?
性能
Rust 速度极快且内存效率高:没有运行时或 垃圾回收器,它可以为性能关键型服务提供动力,运行在 嵌入式设备,并轻松与其他语言集成。
英文
Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages.
可靠性
Rust 丰富的类型系统和所有权模型保证了内存安全 和线程安全 — 使您能够消除许多类别的 编译时的错误。
英文
Rust’s rich type system and ownership model guarantee memory-safety and thread-safety — enabling you to eliminate many classes of bugs at compile-time.
生产力
Rust 有很好的文档,一个友好的编译器,但有有用的错误 消息和一流的工具 — 集成的包管理器 和构建工具,智能多编辑器支持,具有自动完成和 型式检查、自动格式化程序等。
英文
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 中构建它
2018 年,Rust 社区决定改进编程体验 对于几个不同的领域(参见 2018 路线图 (opens new window))。对于这些,您可以找到许多高质量的板条箱和一些 关于如何开始的精彩指南。
全球有数百家公司在生产中使用 Rust 今天提供快速、低资源、跨平台的解决方案。您了解的软件 和爱,比如Firefox (opens new window)、Dropbox (opens new window)、 和 Cloudflare (opens new window), 使用 Rust。从初创公司到大型企业 从嵌入式设备到可扩展的 Web 服务,Rust 非常适合。
# 相关文档
安装 Rust →