书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1470 个相关结果.
  • 升级

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

    Project Templates wasm-pack-template create-wasm-app rust-webpack-template Project Templates The Rust and WebAssembly working group curates and maintains a variety ofproject...
  • 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

    82 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 ...
  • 包和 crate

    包和 crate 包和 crate ch07-01-packages-and-crates.md commit 879fef2345bf32751a83a9e779e0cb84e79b6d3d 模块系统的第一部分,我们将介绍包和 crate。crate 是一个二进制项或者库。crate root 是一个源文件,Rust 编译器以它为起始点...
  • 6. Appendix: Glossary

    Glossary Artifact Crate Edition Feature Index Lock file Manifest Member Package Project Registry Source Spec Target Test Targets Workspace Glossary Artifact A...
  • Development tools

    203 2021-05-20 《Deno v1.10.0 Manual》
    Testing and Tools Tests Lint and format Continuous Benchmarks Testing and Tools Tests Test deno : # Run the whole suite: cargo test # Only test cli/tests/unit/: c...
  • Development tools

    197 2021-05-19 《Deno v1.9.2 Manual》
    Testing and Tools Tests Lint and format Continuous Benchmarks Testing and Tools Tests Test deno : # Run the whole suite: cargo test # Only test cli/tests/unit/: c...
  • Development tools

    186 2021-08-22 《Deno v1.12.1 Manual》
    Testing and Tools Tests Lint and format Continuous Benchmarks Testing and Tools Tests Test deno : # Run the whole suite: cargo test # Only test cli/tests/unit/: car...