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

    QEMU 生成一个非标准的 Rust program 使用 cargo-generate 使用 git 要么使用 项目概览 交叉编译 检查 运行 调试 QEMU 我们将开始为LM3S6965 编写程序,一个Cortex-M3微控制器。我们选择这个作为我们的第一个目标,因为它能使用QEMU仿真 ,因此本节中,你不需要摆弄硬件,我们注意...
  • 4.3. Slice 类型

    Slice 类型 字符串 slice 字符串字面值就是 slice 字符串 slice 作为参数 其他类型的 slice 总结 Slice 类型 ch04-03-slices.md commit a5e0c5b2c5f9054be3b961aea2c7edfeea591de8 slice 允许你引用集合中一段连续的元素序列,而...
  • FFI

    741 2019-06-07 《The Rustonomicon》
    Foreign Function Interface Introduction A note about libc Calling foreign functions Creating a safe interface Destructors Callbacks from C code to Rust functions Targeting ca...
  • 3.2. 数据类型

    数据类型 标量类型 整型 浮点型 数值运算 布尔型 字符类型 复合类型 元组类型 数组类型 访问数组元素 无效的数组元素访问 数据类型 ch03-02-data-types.md commit 4284e160715917a768d25265daf2db897c683065 在 Rust 中,每一个值都属于某一个 ...
  • Parsing Git Log

    Parsing Git Log Let’s parse git log Parsing Git Log Let’s parse git log This git log command is interesting but you can’t do a lot with it like this. > git log Let’s mak...