书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 1523 个相关结果.
  • 2.8. Continuous Integration

    Continuous Integration Travis CI GitLab CI builds.sr.ht Continuous Integration Travis CI To test your package on Travis CI, here is a sample .travis.yml file: language :...
  • 4.1.6. fetch

    cargo fetch NAME SYNOPSIS DESCRIPTION OPTIONS Fetch options Display Options Manifest Options Common Options ENVIRONMENT Exit Status EXAMPLES SEE ALSO cargo fetch ...
  • Environment variables

    Environment variables Environment variables nextest reads Cargo-related environment variables nextest reads Environment variables nextest sets Cargo-related environment variables...
  • 4.1.7. fix

    cargo fix NAME SYNOPSIS DESCRIPTION OPTIONS Fix options Package Selection Target Selection Feature Selection Compilation Options Output Options Display Options Manifest O...
  • Introduction

    cargo-nextest Features Quick start Crates in this project Contributing License cargo-nextest Welcome to the home page for cargo-nextest , a next-generation test runner for ...
  • Benchmarks

    Benchmarks Results Specifications Benchmarks Nextest’s execution model generally leads to faster test runs than Cargo. How much faster depends on the specifics, but here are ...
  • 6.1. Elixir

    PRQL Installation Basic Usage Development Mac PRQL PRQL bindings for Elixir. Installation def deps do [ {: prql , "~> 0.1.0" } ] end Basic Us...
  • 声明依赖

    声明依赖 外部模块依赖 文件依赖 声明依赖 DSL配置block dependencies用来给配置添加一个或多个依赖,你的项目不仅可以添加外部依赖,下面这张表显示了Gradle支持的各种不同类型的依赖。 这一章只介绍外部模块依赖和文件依赖,我们来看看Gradle APi是怎么表示依赖的。 理解依赖的API表示 每个Gradle项目都...
  • 4.4.2. owner

    cargo owner NAME SYNOPSIS DESCRIPTION OPTIONS Owner Options Display Options Common Options ENVIRONMENT Exit Status EXAMPLES SEE ALSO cargo owner NAME cargo-owner -...
  • 快速入门

    2170 2018-04-27 《Rust学习笔记》
    快速入门 安装 创建新项目 编译运行 快速入门 安装 安装cargo最简单的办法是使用rustup 脚本: $ curl - sSf https :// static . rust - lang . org / rustup . sh | sh 创建新项目 开始新项目,--bin 表示这是一个二进制程序: $ carg...