Home
last modified time | relevance | path

Searched refs:Cargo (Results 101 – 125 of 25068) sorted by relevance

12345678910>>...1003

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dboxcell.h29 typedef typename Container::value_type Cargo; typedef
33 typedef typename APITraits::SelectTopology<Cargo>::Value Topology;
36 public APITraits::SelectAPI<Cargo>::Value,
76 inline void insert(const Cargo& particle) in insert()
87 const Cargo& operator[](const std::size_t i) const
93 Cargo& operator[](const std::size_t i)
99 BoxCell& operator<<(const Cargo& cargo)
144 if (APITraits::SelectPositionChecker<Cargo>::value(*i, origin, oppositeCorner)) { in addContainedParticles()
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/src/
H A Dch14-01-release-profiles.md8 Cargo has two main profiles: the `dev` profile Cargo uses when you run `cargo
9 build` and the `release` profile Cargo uses when you run `cargo build
32 Cargo has default settings for each of the profiles that apply when there
33 aren’t any `[profile.*]` sections in the project’s *Cargo.toml* file. By adding
38 <span class="filename">Filename: Cargo.toml</span>
59 *Cargo.toml*. For example, if we want to use optimization level 1 in the
60 development profile, we can add these two lines to our project’s *Cargo.toml*
63 <span class="filename">Filename: Cargo.toml</span>
71 Cargo will use the defaults for the `dev` profile plus our customization to
72 `opt-level`. Because we set `opt-level` to `1`, Cargo will apply more
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/man/
H A Dcargo-install.md18 This command manages Cargo's local set of installed binary crates. Only
38 If the package is already installed, Cargo will reinstall it if the installed
40 change, then Cargo will reinstall the package:
50 force Cargo to always reinstall the package.
58 By default, the `Cargo.lock` file that is included with the package will be
59 ignored. This means that Cargo will recompute which versions of dependencies
62 the packaged `Cargo.lock` file if it is available. This may be useful for
68 not start publishing `Cargo.lock` files until version 1.37, which means
69 packages published with prior versions will not have a `Cargo.lock` file
84 treated as a caret requirement like Cargo dependencies are.
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/man/
H A Dcargo-install.md18 This command manages Cargo's local set of installed binary crates. Only
38 If the package is already installed, Cargo will reinstall it if the installed
40 change, then Cargo will reinstall the package:
50 force Cargo to always reinstall the package.
58 By default, the `Cargo.lock` file that is included with the package will be
59 ignored. This means that Cargo will recompute which versions of dependencies
62 the packaged `Cargo.lock` file if it is available. This may be useful for
68 not start publishing `Cargo.lock` files until version 1.37, which means
69 packages published with prior versions will not have a `Cargo.lock` file
84 treated as a caret requirement like Cargo dependencies are.
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/doc/man/
H A Dcargo-install.md18 This command manages Cargo's local set of installed binary crates. Only
38 If the package is already installed, Cargo will reinstall it if the installed
40 change, then Cargo will reinstall the package:
50 force Cargo to always reinstall the package.
58 By default, the `Cargo.lock` file that is included with the package will be
59 ignored. This means that Cargo will recompute which versions of dependencies
62 the packaged `Cargo.lock` file if it is available. This may be useful for
68 not start publishing `Cargo.lock` files until version 1.37, which means
69 packages published with prior versions will not have a `Cargo.lock` file
84 treated as a caret requirement like Cargo dependencies are.
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/
H A D.dockerignore51 !rust/Cargo.toml
52 !rust/benchmarks/Cargo.toml
53 !rust/arrow/Cargo.toml
55 !rust/arrow-flight/Cargo.toml
56 !rust/parquet/Cargo.toml
58 !rust/parquet_derive/Cargo.toml
59 !rust/parquet_derive_test/Cargo.toml
60 !rust/datafusion/Cargo.toml
62 !rust/integration-testing/Cargo.toml
/dports/databases/arrow/apache-arrow-6.0.1/
H A D.dockerignore51 !rust/Cargo.toml
52 !rust/benchmarks/Cargo.toml
53 !rust/arrow/Cargo.toml
55 !rust/arrow-flight/Cargo.toml
56 !rust/parquet/Cargo.toml
58 !rust/parquet_derive/Cargo.toml
59 !rust/parquet_derive_test/Cargo.toml
60 !rust/datafusion/Cargo.toml
62 !rust/integration-testing/Cargo.toml
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/devel/grex/grex-1.3.0/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/misc/xplr/xplr-0.17.0/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-platform-0.1.1/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
10 # editing this file be aware that the upstream Cargo.toml
17 authors = ["The Cargo Project Developers"]
18 description = "Cargo's representation of a target platform."
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/textproc/jql/jql-3.0.6/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/lang/rust/rustc-1.58.1-src/vendor/semver/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/semver-1.0.4/
H A DCargo.toml3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
8 # If you are reading this file be aware that the original Cargo.toml
10 # See Cargo.toml.orig for the original contents.
17 description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"

12345678910>>...1003