书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 591 个相关结果.
  • 文档

    文档 文档 文档注释对于需要文档的大型项目来说非常重要。当运行 Rustdoc ,文档注释就会 编译成文档。它们使用 /// 标记,并支持 Markdown 。 #![crate_name = "doc"] /// 这里给出一个人类 pub struct Person { /// 一个人必须有名字,不管 Ju...
  • 实验环境配置

    实验环境配置 系统环境配置 Rust 开发环境配置 Qemu 模拟器安装 K210 真机串口通信 GDB 调试支持 运行 rCore-Tutorial-v3 在 Qemu 平台上运行 在 K210 平台上运行 实验环境配置 本节我们将完成环境配置并成功运行 rCore-Tutorial-v3 。整个流程分为下面几个部分: 系统环境...
  • 高级主题

    高级主题 外部函数接口 高级主题 外部函数接口 在Rust中,通过外部函数接口 (foreign function interface) 可以直接调用C语言库: extern crate libc ; use libc :: size_t ; #[ link ( name = "snappy" )] extern ...
  • 4. Cargo Commands

    cargo NAME SYNOPSIS DESCRIPTION COMMANDS Build Commands Manifest Commands Package Commands Publishing Commands General Commands OPTIONS Special Options Display Options M...
  • Hello, World!

    Hello, World! 创建项目目录 编写并运行 Rust 程序 分析这个 Rust 程序 编译和运行是彼此独立的步骤 Hello, World! ch01-02-hello-world.md commit f63a103270ec8416899675a9cdb1c5cf6d77a498 既然安装好了 Rust,我们来编写第一...
  • 4.1.11. test

    cargo test NAME SYNOPSIS DESCRIPTION OPTIONS Test Options Package Selection Target Selection Feature Selection Compilation Options Output Options Display Options Manifest...
  • 7.2. urlparser

    421 2020-01-06 《C2Rust Manual》
    url parser Getting Started Transpiling url parser Getting Started If the repo submodule appears to be empty or out of date, you may need to run git submodule update —init p...
  • 4.1.1. bench

    cargo bench NAME SYNOPSIS DESCRIPTION OPTIONS Benchmark Options Package Selection Target Selection Feature Selection Compilation Options Output Options Display Options Ma...