Yahoo Search Búsqueda web

Resultado de búsqueda

  1. DESCRIPTION. Given a spec argument, print out the fully qualified package ID specifier for a package or dependency in the current workspace. This command will generate an error if spec is ambiguous as to which package it refers to in the dependency graph. If no spec is given, then the specifier for the local package is printed.

  2. cargo pkgid. NAME. cargo-pkgid - Print a fully qualified package specification. SYNOPSIS. cargo pkgid [OPTIONS] [SPEC] DESCRIPTION. Given a SPEC argument, print out the fully qualified package ID specifier for a package or dependency in the current workspace.

  3. Given a spec argument, print out the fully qualified package ID specifier for a package or dependency in the current workspace. This command will generate an error if spec is ambiguous as to which package it refers to in the dependency graph. If no spec is given, then the specifier for the local package is printed.

  4. cargo-pkgid — Print a fully qualified package specification. SYNOPSIS¶ cargo pkgid [options] [spec] DESCRIPTION¶ Given a spec argument, print out the fully qualified package ID specifier for a package or dependency in the current workspace.

  5. Argument to get the package ID specifier for. --manifest-path <manifest-path>. Path to Cargo.toml. --color <color>. Coloring: auto, always, never. --config <config>. Override a configuration value. Repeatable ♾. -Z <unstable-features>.

  6. cargo-pkgid — Print a fully qualified package specification. SYNOPSIS. cargo pkgid [options] [spec] DESCRIPTION. Given a spec argument, print out the fully qualified package ID specifier for a package or dependency in the current workspace.

  7. Cargo is the Rust package manager. Cargo downloads your Rust package ’s dependencies, compiles your packages, makes distributable packages, and uploads them to crates.io , the Rust community’s package registry .