通过例子学 Rust

通过例子学 Rust
  • 文档标签
  • 文档概述
    Rust 是一门注重安全(safety)、速度(speed)和并发(concurrency)的现代系统编程语言。Rust 通过内存安全来实现上述目标,但不用垃圾回收机制(Garbage collection, GC)。

相关书籍