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

    629 2019-06-07 《Discovery》
    LED roulette LED roulette Alright, let’s start by building the following application: I’m going to give you a high level API to implement this app but don’t worry we’ll do ...
  • 1. What is rustc?

    927 2020-02-11 《The rustc book》
    What is rustc? Basic usage What is rustc? Welcome to "The rustc book"! rustc is the compiler for the Rust programminglanguage, provided by the project itself. Compilers take ...
  • 10.2. A little Rust with your C

    A little Rust with your C Setting up a project Building a C API #[no_mangle] extern “C” Linking and greater project context. A little Rust with your C Using Rust code insi...
  • 7.1. mod and the Filesystem

    mod and the Filesystem Module Definitions Moving Modules to Other Files Rules of Module Filesystems mod and the Filesystem We’ll start our module example by making a new p...
  • 猜猜看游戏教程

    猜猜看 准备一个新项目 处理一次猜测 使用变量储存值 使用 Result 类型来处理潜在的错误 使用 println! 占位符打印值 测试第一部分代码 生成一个秘密数字 使用 crate 来增加更多功能 Cargo.lock 文件确保构建是可重现的 更新 crate 到一个新版本 生成一个随机数 比较猜测与秘密数字 使用循环来允许...
  • 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 Option 3: Use a Dev C...
  • 版本管理工具: rustup

    5528 2018-02-06 《RustPrimer 中文版》
    Rust 版本管理工具: rustup Features 安装 Windows Linux & macOS 卸载 用法 帮助 常用命令 Rust 版本管理工具: rustup rustup 是rust官方的版本管理工具。应当作为安装 Rust 的首选。 项目主页是: https://github.com/rust-lang-nurs...
  • Building from source

    463 2021-04-22 《Deno v1.9.1 Manual》
    Building from source Cloning the Repository Prerequisites Setup rust targets and components Building Deno Building Building from source Below are instructions on how to bu...
  • Building from source

    478 2020-12-14 《Deno v1.5.4 Manual》
    Building from source Cloning the Repository Prerequisites Setup rust targets and components Building Deno Building Building from source Below are instructions on how to bu...
  • 猜猜看游戏教程

    编写 猜猜看 游戏 准备一个新项目 处理一次猜测 使用变量储存值 使用 Result 类型来处理潜在的错误 使用 println! 占位符打印值 测试第一部分代码 生成一个秘密数字 使用 crate 来增加更多功能 Cargo.lock 文件确保构建是可重现的 更新 crate 到一个新版本 生成一个随机数 比较猜测的数字和秘密数字...