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

    1932 2018-02-06 《RustPrimer 中文版》
    Visual Studio 安装Rust, Cargo 安装VisualRust和VS GDB Debugger 编译Rust项目 用VS GDB Debugger调试Rust项目 用VisualGDB调试Rust项目 Visual Studio 本文是使用VisualRust和VS GDB Debugger / VisualGDB 完成在...
  • 2.4. 半主机模式

    半主机模式 半主机模式 半主机模式是一种可以让嵌入式设备在主机上进行I/O操作的的机制,主要被用来记录信息到主机控制台上。半主机模式需要一个debug会话,除此之外几乎没有其它要求了,因此它非常易于使用。缺点是它非常慢:每个写操作需要几毫秒的时间,其取决于你的硬件调试器(e.g. ST-LINK)。 cortex-m-semihosting cr...
  • 4.4. Rust SDK

    Rust SDK 构建 wasmedge-sys 案例 Rust SDK 你可以通过 WasmEdge Rust SDK 将 WasmEdge 嵌入到 Rust 应用程序中。 WasmEdge Rust SDK 涉及两个 Rust crate wasmedge-sys 和 wasmedge-rs ,它们根据不同的原则和不同的目的设计。 was...
  • Building from source

    380 2021-05-19 《Deno v1.10.2 Manual》
    Building from source Cloning the Repository Prerequisites Building Deno Building Building from source Below are instructions on how to build Deno from source. If you just w...
  • Building from source

    392 2021-05-19 《Deno v1.10.1 Manual》
    Building from source Cloning the Repository Prerequisites Building Deno Building Building from source Below are instructions on how to build Deno from source. If you just w...
  • 10.2. 给C配上一点Rust

    你的C配点Rust 设置一个项目 构建一个C API #[no_mangle] extern “C” 链接和更大的项目上下文 你的C配点Rust 在C或者C++中使用Rust代码通常由两部分组成。 用Rust创造一个C友好的API 将你的Rust项目嵌入一个外部的编译系统 除了cargo 和meson ,大多数编译系统没有原生Rust...
  • 9.1. Development

    Development Setting up an initial dev environment Setting up a full dev environment Option 1: Use the project’s task Option 2: Install tools individually Building & testing the ...
  • 3.13.6. Multi-file examples

    Multi-file examples Multi-file examples Cargo has an examples feature for showing people how to use your package.By putting individual files inside of the top-level examples...
  • 02. 最小化内核

    使用Rust编写操作系统(二):最小化内核 引导启动 BIOS启动 Multiboot标准 最小化内核 安装 Nightly Rust 目标配置清单 编译内核 Cargo xbuild 设置默认目标 向屏幕打印字符 启动内核 创建引导映像 在QEMU中启动内核 在真机上运行内核 使用cargo run 下篇预告 原文:...