书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 132 个相关结果.
  • Rust 版本指南(The Rust Edition Guide 中文版)

    欢迎来到 Rust 版本(Edition)使用指南! "Editions" 是通过编写 Rust 代码来传达巨大改变的一种方式。在指南中,我们将讨论:什么是版本(editions);每个版本什么样;如何将你的代码从一个版本迁移到另一个版本
  • Command Line Applications in Rust

    学习如何用 Rust 构建高效的命令行应用。
  • The Embedded Rust Book(2022)

    Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
  • Rust语言学习笔记

    Rust语言学习笔记
  • C2Rust Manual

    C2Rust工具能够将大多数C模块翻译成语义上等价的rust代码。这些模块将单独编译,以生成兼容的对象文件。支持C99标准。在我们的工具翻译C源代码之前,使用clang对其进行分析和类型检查。
  • 通过例子学 Rust(202007)

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

    这个博客系列用Rust编程语言编写了一个小操作系统。每篇文章都是一个小教程,并且包含了所有代码,你可以跟着一起学习。
  • 通过例子学 Rust(201804)

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

    这个博客系列用Rust编程语言编写了一个小操作系统。每篇文章都是一个小教程,并且包含了所有代码,你可以跟着一起学习。
  • The Rust Programming Language(2nd edition,Rust v1.30)

    Welcome to The Rust Programming Language, an introductory book about Rust. The Rust programming language helps you write faster, more reliable software.