书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 1478 个相关结果.
  • 开发依赖

    开发依赖 参见 开发依赖 有时仅在测试中才需要一些依赖(比如基准测试相关的)。这种依赖要写在 Cargo.toml 的 [dev-dependencies] 部分。这些依赖不会传播给其他依赖于这个包的包。 比如说使用 pretty_assertions ,这是扩展了标准的 assert! 宏的一个 crate。 文件 Cargo.toml...
  • 软件包

    软件包注册表 Cargo 软件包注册表 Chef 软件包注册表 存储 Composer 软件包注册表 Conan 软件包注册表 Conda 软件包注册表 容器注册表 通用软件包注册表 Go 软件包注册表 Helm Chart 注册表 Maven 软件包注册表 npm 软件包注册表 NuGet 软件包注册表 Pub 软件包注册表 ...
  • 1.2. Parsing command line arguments

    Parsing command line arguments Getting the arguments CLI arguments as data type Parsing CLI arguments with StructOpt This is what it may look like Parsing command line argu...
  • 3.1. Rust

    Rust Prerequisites Hello world Hello world: Build the WASM bytecode Hello world: Run the application from command line A simple function A simple function: Build the WASM bytec...
  • 2.6. Exceptions

    Exceptions A complete example The default exception handler The hard fault handler Exceptions Exceptions, and interrupts, are a hardware mechanism by which the processor han...
  • 备用后端

    1294 2020-06-20 《mdBook 中文文档》
    备用后端 目录 设置好 检查 Book 启用吧,我的 Backend 配置 输出和信号故障 包涵包涵 备用后端 “后端”只是一个,mdbook 在书籍渲染过程中调用的程序。该程序会拿到传递到stdin 的书籍和配置信息的 JSON 表达式。一旦后端收到这些信息,就可以自由地做任何想做的事情. GitHub 上已有几个备用后端,可以作为...
  • 23. Rust IO

    二十三、Rust IO 23.1 读取 和 写入 类型 23.2 Read Trait 特质 / 标准输入流 23.2.1 范例:从命令行/标准输入流 stdin() 中读取数据 23.3 Write Trait 特质 / 标准输出流 23.3.1 范例: 使用 stdout() 向标准输出写入内容 23.4 命令行参数 23.4.1 范例:输出命...
  • 4.2. Hello, World!

    1226 2020-02-11 《Rust and WebAssembly》
    Hello, World! Clone the Project Template What's Inside wasm-game-of-life/Cargo.toml wasm-game-of-life/src/lib.rs wasm-game-of-life/src/utils.rs Build the Project wasm-game-of-...
  • Rust By Example

    Rust By Example Using Contributing Translations to other languages License 来源(书栈小编注) Rust By Example Learn Rust with examples (Live code editor included) Using If yo...