书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 4321 个相关结果.
  • 3.2. Lint Groups

    472 2020-02-11 《The rustc book》
    Lint Groups Lint Groups rustc has the concept of a "lint group", where you can toggle several warningsthrough one name. For example, the nonstandard-style lint sets non-came...
  • 30. Welcome

    Welcome to Day 4 Welcome to Day 4 Today we will look at two main topics: Concurrency: threads, channels, shared state, Send and Sync . Android: building binaries and libra...
  • 7.5. grabc

    381 2020-01-06 《C2Rust Manual》
    grabc Getting Started Transpiling grabc Getting Started If the repo submodule appears to be empty or out of date, you may need to run git submodule update —init path/to/rep...
  • The Rustonomicon

    The Rustonomicon The Rustonomicon 我们现在有了一个草稿书, The Rustonomicon: the Dark Arts of Advanced and Unsafe Rust Programming . 从标题来看,我相信你可以猜到:这本书讨论了一些高级主题,包括“不安全”。 对于那些在 Rust 最低级别...
  • 高阶函数

    高阶函数 高阶函数 Rust 提供了高阶函数(Higher Order Function, HOF)。执行一个或多个函数来产生一个用处更大的函数。HOF 和惰性迭代器(lazy iterator)给 Rust 带来了函数式的风格(英文原文:HOFsand lazy iterators give Rust its functional flavor.)...
  • 8. 嵌入 Deno

    嵌入式 Deno 嵌入式 Deno Deno 由多个部分组成,其中之一是 deno_core 。这是一个 rust crate,可以用作 Rust 应用中的嵌入式 JavaScript 运行时。 Deno 建立在 deno_core 的基础上。 Deno crate 发布于 crates.io 。 您可以通过 docs.rs 查阅其 AP...
  • Building from source

    Building from source Step 1: Install pre-requisites Step 2: Clone the tag Bonus tip Step 3: Build it! note Step 4: Get the binaries Step 5: Run it! Building from source O...
  • 标准库介绍

    1543 2018-02-06 《RustPrimer 中文版》
    标准库示例 标准库示例 好了,本书到这里也接近完结了。相信你一在学习了这么多内容的之后,一定跃跃欲试了吧?下面,我们将以代码为主,讲解几个利用std 库,即标准库来做的例子。希望大家能从中学到一点写法,并开始自己的Rust之旅。 注: 由于笔者的电脑是openSUSE Linux的,所以本章所有代码均只在 openSUSE Leap 42.1 &...
  • Embedding Deno

    187 2021-07-18 《Deno v1.11.2 Manual》
    Embedding Deno Embedding Deno Deno consists of multiple parts, one of which is deno_core . This is a rust crate that can be used to embed a JavaScript runtime into your rust ap...
  • Embedding Deno

    222 2021-07-18 《Deno v1.11.5 Manual》
    Embedding Deno Embedding Deno Deno consists of multiple parts, one of which is deno_core . This is a rust crate that can be used to embed a JavaScript runtime into your rust ap...