书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 4310 个相关结果.
  • Building from source

    235 2021-11-07 《Deno v1.15.3 Manual》
    Building deno from source Cloning the Repository Prerequisites Building Deno Building Building deno from source Below are instructions on how to build Deno from source. If...
  • 使用目标三元组描述目标平台

    使用目标三元组描述目标平台 目标三元组 JSON 描述文件 使用目标三元组描述目标平台 代码 cargo 在编译项目时,可以附加目标参数 --target <target triple> 设置项目的目标平台。平台包括硬件和软件支持,事实上,目标三元组(target triple) 包含:cpu 架构、供应商、操作系统和 ABI 。 安...
  • 6.3.1. Dangling References

    Dangling References Dangling References Rust will statically forbid dangling references: fn main () { let ref_x : & i32 ; { let x : i32 = 10...
  • 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...
  • Embedding Deno

    185 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

    220 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...
  • Embedding Deno

    236 2021-07-18 《Deno v1.11.3 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

    215 2020-10-28 《Deno v1.4.3 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...