书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1523 个相关结果.
  • 2.5. Package Layout

    Package Layout Package Layout Cargo uses conventions for file placement to make it easy to dive into a newCargo package: . ├── Cargo . lock ├── Cargo . toml ├── ben...
  • 升级

    1387 2018-04-27 《Rust学习笔记》
    升级 升级 尝试过升级已经安装的rust/cargo,试图从1.22.1升级到1.23,发现重新运行rustup脚本,虽然报告说安装成功,但是实际不会安装新的版本。 暂时没有找到升级的方法,只好用最笨的办法,先删除再全新安装: cd rm - rf . cargo / . rustup / 这个方式理所当然的很不好,原有的所有...
  • 2.1. QEMU

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

    使用Rust编写操作系统(附录一):链接器参数 Linux Windows macOS 统一所有的编译命令 我们应该这么做吗? 原文:https://os.phil-opp.com/freestanding-rust-binary/#linker-arguments 原作者:@phil-opp 译者:洛佳 华中科技大学 使用R...
  • Rustup:Rust 版本管理器

    Rustup — Rust 的版本管理器 安装 Rustup 升级 版本管理 安装其他目标 (target) 安装组件 rust-docs , 本地文档 rust-src 标准库代码的拷贝 “预览”组件 rustfmt-preview 自动代码格式化 rls-preview 为了 IDE 集成 clippy-preview 更多的 l...
  • 02.3 A Minimal Rust Kernel

    The Boot Process BIOS Boot The Multiboot Standard UEFI A Minimal Kernel Installing Rust Nightly Target Specification Putting it Together Building our Kernel The build-std O...
  • Getting Started

    190 2023-12-03 《Rocket v0.3 Guide》
    Getting Started Installing Rust Minimum Nightly Hello, world! Getting Started Let’s create and run our first Rocket application. We’ll ensure we have a compatible version of ...
  • 4.4. Rust SDK

    Rust Bindings The wasmedge-sys crate Build Examples Rust Bindings You can also embed WasmEdge into your Rust application via the WasmEdge Rust SDK. The definitions of WasmE...
  • Setting Up Rust

    Setting up Rust Use Rustup Unix / Linux Windows Keeping Rust up to date Adding Rust source Manual installation Setting up a debugger Unix / Linux Windows GDB Pretty printer ...