Home
last modified time | relevance | path

Searched refs:Cargo (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/external/rust/crates/lazycell/
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 include = ["CHANGELOG.md", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md", "src/**/*.rs…
/external/rust/crates/unicode-normalization/
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
18 exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"]
/external/rust/crates/unicode-segmentation/
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 exclude = ["target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt"]
/external/rust/crates/quote/
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
18 include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MI…
/external/pdfium/third_party/lcms/
D0029-drop-register-keyword.patch11 - register void * Cargo);
14 + void* Cargo);
18 - register void * Cargo);
21 + void* Cargo);
/external/rust/crates/unicode-width/
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 exclude = ["target/*", "Cargo.lock"]
/external/rust/crates/percent-encoding/
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
/external/rust/crates/shlex/
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
/external/rust/crates/tinyvec_macros/
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
/external/rust/crates/plotters-backend/
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
/external/rust/crates/fallible-streaming-iterator/
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
/external/rust/crates/rustc-hash/
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
/external/rust/crates/fallible-iterator/
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
/external/rust/crates/fnv/
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
/external/rust/crates/plotters-svg/
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
/external/rust/crates/pin-utils/
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
/external/rust/crates/proc-macro-nested/
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
/external/rust/crates/once_cell/
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
18 exclude = ["*.png", "*.svg", "/Cargo.lock.min", "/.travis.yml", "/run-miri-tests.sh", "rustfmt.toml…
/external/rust/crates/clap/
D.gitignore10 # Generated by Cargo
14 # Cargo files
15 Cargo.lock
/external/rust/cxx/book/src/build/
Dcargo.md1 {{#title Cargo-based setup — Rust ♡ C++}}
2 # Cargo-based builds
5 Cargo into a quite usable build system for C++ projects published as a
11 CXX's integration with Cargo is handled through the [cxx-build] crate.
16 ## Cargo.toml
50 The `rerun-if-changed` lines are optional but make it so that Cargo does not
52 the previous Cargo build. By default without any `rerun-if-changed`, Cargo will
56 GitHub repo, which maintains a working Cargo-based setup for the blobstore
65 Your crate name is determined by the `name` entry in Cargo.toml.
68 file `path/to/header.h` relative to Cargo.toml, that file will be includable as:
[all …]
/external/rust/crates/matches/
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
/external/rust/crates/memoffset/
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
/external/rust/crates/android_log-sys/
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
/external/rust/crates/thiserror-impl/
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
/external/rust/crates/heck/
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

12345678910>>...19