Searched +full:travis +full:- +full:cargo (Results 1 – 25 of 97) sorted by relevance
1234
/external/rust/crates/thread_local/ |
D | .travis.yml | 5 - nightly 6 - beta 7 - stable 8 - 1.36.0 11 - | 12 pip install 'travis-cargo<0.2' --user && 16 - travis-cargo build 17 - travis-cargo test 18 - travis-cargo bench -- --features criterion 20 # - travis-cargo --skip 1.36.0 bench -- --features criterion [all …]
|
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 = "Per-object thread-local storage" 21 license = "Apache-2.0/MIT" 22 repository = "https://github.com/Amanieu/thread_local-rs" 27 required-features = ["criterion"] [all …]
|
/external/rust/crates/spin/ |
D | .travis.yml | 4 - stable 5 - beta 6 - nightly 16 - | 17 pip install 'travis-cargo<0.2' --user && 21 - travis-cargo build 22 - travis-cargo test 23 - travis-cargo doc -- --no-deps 25 #- rustdoc --test README.md -L target/debug 28 - curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash [all …]
|
/external/rust/crates/glob/ |
D | .travis.yml | 3 - 1.23.0 4 - stable 5 - beta 6 - nightly 9 - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH 11 - cargo build --verbose 12 - cargo test --verbose 13 - cargo doc --no-deps 15 - travis-cargo --only nightly doc-upload
|
/external/rust/crates/walkdir/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 18 exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"] 27 [dependencies.same-file] 29 [dev-dependencies.doc-comment] 35 [target."cfg(windows)".dependencies.winapi-util] [all …]
|
/external/rust/crates/atty/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 17 exclude = ["/.travis.yml", "/appveyor.yml"] 25 [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi] 29 default-features = false 33 [badges.travis-ci]
|
D | README.md | 3 …travis-ci.org/softprops/atty.svg?branch=master)](https://travis-ci.org/softprops/atty) [![Build st… 10 Add the following to your `Cargo.toml` 41 $ cargo run --example atty 50 $ echo "test" | cargo run --example atty 59 $ cargo run --example atty | grep std 68 $ cargo run --example atty 2>&1 | grep std 74 Doug Tangren (softprops) 2015-2019
|
/external/rust/crates/unicode-xid/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 14 name = "unicode-xid" 17 exclude = ["/scripts/*", "/.travis.yml"] 19 homepage = "https://github.com/unicode-rs/unicode-xid" 20 documentation = "https://unicode-rs.github.io/unicode-xid" [all …]
|
/external/rust/crates/lazy_static/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 17 exclude = ["/.travis.yml", "/appveyor.yml"] 22 categories = ["no-std", "rust-patterns", "memory-management"] 23 license = "MIT/Apache-2.0" 24 repository = "https://github.com/rust-lang-nursery/lazy-static.rs" [all …]
|
/external/rust/crates/csv/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 18 exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"] 20 homepage = "https://github.com/BurntSushi/rust-csv" 24 categories = ["encoding", "parser-implementations"] 26 repository = "https://github.com/BurntSushi/rust-csv" [all …]
|
/external/rust/crates/regex-automata/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 14 name = "regex-automata" 17 exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"] 21 homepage = "https://github.com/BurntSushi/regex-automata" 22 documentation = "https://docs.rs/regex-automata" [all …]
|
/external/rust/crates/uuid/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 18 exclude = [".github/**", ".travis.yml", "appveyor.yml", "bors.toml"] 20 homepage = "https://github.com/uuid-rs/uuid" 24 categories = ["data-structures", "no-std", "parser-implementations", "wasm"] 25 license = "Apache-2.0 OR MIT" [all …]
|
/external/rust/crates/chrono/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 17 exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml", "/Makefile"] 23 categories = ["date-and-time"] 24 license = "MIT/Apache-2.0" 38 required-features = ["__internal_bench"] [all …]
|
/external/rust/crates/base64/ |
D | README.md | 4 …travis-ci.org/marshallpierce/rust-base64.svg?branch=master)](https://travis-ci.org/marshallpierce/… 6 <a href="https://www.jetbrains.com/?from=rust-base64"><img src="/icon_CLion.svg" height="40px"/></a> 15 --- 34 --- 39 --- 44 rustup run nightly cargo bench 47 Decoding is aided by some pre-calculated tables, which are generated by: 50 cargo run --example make_tables > src/tables.rs.tmp && mv src/tables.rs.tmp src/tables.rs 54 --- 56 …the crate targets std via the `std` feature. You can deactivate the `default-features` to target c… [all …]
|
/external/rust/crates/criterion/ci/ |
D | script.sh | 1 set -ex 8 cargo clippy --all -- -D warnings 10 cargo clean 11 cargo doc --features "$FEATURES" --all --no-deps 15 cp -r book/book/html/ target/doc/book/ 16 travis-cargo doc-upload || true 18 cargo fmt --all -- --check 20 rm Cargo.lock || true 21 cargo build -Z minimal-versions 23 export RUSTFLAGS="-D warnings" [all …]
|
/external/rust/crates/lazycell/ |
D | README.md | 6 …ttps://travis-ci.org/indiv0/lazycell" title="Travis Build Status"><img src="https://travis-ci.org/… 10 …loads"><img src="https://img.shields.io/crates/d/lazycell.svg" alt="cargo-downloads-badge"></img><… 11 …" title="API Docs"><img src="https://img.shields.io/badge/API-docs-blue.svg" alt="api-docs-badge">… 12 …itle="Crates.io"><img src="https://img.shields.io/crates/v/lazycell.svg" alt="crates-io"></img></a> 13 …f="#license" title="License: MIT/Apache-2.0"><img src="https://img.shields.io/crates/l/lazycell.sv… 14 …coveralls.io/repos/github/indiv0/lazycell/badge.svg?branch=master" alt="coveralls-badge"></img></a> 30 Add the following to your `Cargo.toml`: 43 See the [API docs][api-docs] for information on using the crate in your library. 56 for the project [crates.io][crates-io-repo]. 66 See [LICENSE-APACHE][license-apache], and [LICENSE-MIT][license-mit] for details. [all …]
|
/external/rust/crates/grpcio/ |
D | README.md | 1 # gRPC-rs 3 `gRPC-rs` is a Rust wrapper of [gRPC Core](https://github.com/grpc/grpc). [gRPC](http://www.grpc.io… 7 [](https://github.com/tikv/g… 8 [](https://travis-ci.org/tikv/grpc-rs) 14 - [x] Basic asynchronous unary/steaming call 15 - [x] SSL 16 - [x] Generic call 17 - [x] Connection level compression 18 - [x] Interoperability test 19 - [x] QPS benchmark [all …]
|
/external/rust/crates/unicode-normalization/ |
D | README.md | 1 # unicode-normalization 3 [](https://travis-ci.org… 4 [](https://docs.rs/unicode-normalization/) 30 to your `Cargo.toml`: 34 unicode-normalization = "0.1.19" 39 …isabling the `std` feature, i.e. specifying `default-features = false` for this crate on your `Car…
|
/external/rust/crates/ppv-lite86/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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. 14 name = "ppv-lite86" 17 description = "Implementation of the crypto-simd API for x86" 19 categories = ["cryptography", "no-std"] 20 license = "MIT/Apache-2.0" [all …]
|
/external/rust/crates/unicode-width/ |
D | .travis.yml | 5 - cargo build --verbose --features bench 6 - cargo test --verbose --features bench 7 - cargo bench --verbose --features bench 8 - cargo clean 9 - cargo build --verbose 10 - cargo test --verbose 13 - rm $(find /home/travis/.rustup -type f -name 'libunicode_width*') 14 - rustdoc --test README.md -L target/debug -L target/debug/deps 15 - cargo doc 19 echo '<meta http-equiv=refresh content=0;url=unicode_width/index.html>' > target/doc/index.html && [all …]
|
/external/rust/crates/jni-sys/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 14 name = "jni-sys" 18 documentation = "https://docs.rs/jni-sys/0.3.0/jni_sys" 21 categories = ["external-ffi-bindings"] 22 license = "MIT/Apache-2.0" [all …]
|
/external/rust/crates/cexpr/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 21 license = "Apache-2.0/MIT" 22 repository = "https://github.com/jethrogb/rust-cexpr" 26 default-features = false 27 [dev-dependencies.clang-sys] [all …]
|
/external/rust/crates/tinytemplate/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 20 categories = ["template-engine"] 21 license = "Apache-2.0 OR MIT" 32 [dev-dependencies.criterion] 35 [dev-dependencies.serde_derive] [all …]
|
/external/rust/crates/peeking_take_while/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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. 20 categories = ["no-std", "rust-patterns"] 21 license = "MIT OR Apache-2.0" 23 [badges.travis-ci]
|
/external/rust/crates/android_logger/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # 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 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 20 categories = ["api-bindings"] 21 license = "MIT OR Apache-2.0" 22 repository = "https://github.com/Nercury/android_logger-rs" 23 [dependencies.android_log-sys] [all …]
|
1234