Searched +full:prelude +full:- +full:submodule (Results 1 – 7 of 7) sorted by relevance
1 [submodule "tools/buck/prelude"]2 path = tools/buck/prelude3 url = https://github.com/facebook/buck2-prelude
14 runs-on: ${{matrix.os}}-latest16 fail-fast: false19 timeout-minutes: 4521 - uses: actions/checkout@v422 - uses: dtolnay/rust-toolchain@stable24 components: rust-src25 - uses: dtolnay/install-buck2@latest27 prelude-submodule: tools/buck/prelude28 - run: buck2 run demo29 - run: buck2 build ...[all …]
7 // http://www.apache.org/licenses/LICENSE-2.015 use googletest::prelude::*;19 fn pointwise_matches_single_element() -> Result<()> { in pointwise_matches_single_element()25 fn pointwise_matches_two_elements() -> Result<()> { in pointwise_matches_two_elements()31 fn pointwise_matches_two_elements_with_array() -> Result<()> { in pointwise_matches_two_elements_with_array()37 fn pointwise_matches_two_element_slice() -> Result<()> { in pointwise_matches_two_element_slice()44 fn pointwise_does_not_match_value_of_wrong_length() -> Result<()> { in pointwise_does_not_match_value_of_wrong_length()50 fn pointwise_does_not_match_value_not_matching_in_first_position() -> Result<()> { in pointwise_does_not_match_value_not_matching_in_first_position()56 fn pointwise_does_not_match_value_not_matching_in_second_position() -> Result<()> { in pointwise_does_not_match_value_not_matching_in_second_position()62 fn pointwise_allows_qualified_matcher_name() -> Result<()> { in pointwise_allows_qualified_matcher_name()[all …]
2 // Use of this source code is governed by a BSD-style license that can be12 use rayon::prelude::*;33 ) -> String { in compile_policy()42 .arg("--arch-json") in compile_policy()44 .arg("--default-action") in compile_policy()92 println!("cargo:rerun-if-changed=build.rs"); in main()93 println!("cargo:rerun-if-changed=seccomp"); in main()106 // Otherwise, use compile_seccomp_policy.py from the minijail submodule. in main()
1 //! A DEFLATE-based stream compression/decompression library4 //! DEFLATE-based streams:11 //! headers/footers. This crate has three types in each submodule for dealing19 //! * `default`, or `rust_backend` - this implementation uses the `miniz_oxide`23 //! * `zlib` - this feature will enable linking against the `libz` library, typically found on most29 //! compiler at build time. `zlib-ng-compat` is useful if you're using zlib for compatibility but30 //! want performance via zlib-ng's zlib-compat mode. `zlib` is useful if something else in your31 //! dependencies links the original zlib so you cannot use zlib-ng-compat. The compression ratios50 //! use std::io::prelude::*;53 //! # fn run() -> io::Result<()> {[all …]
1 // Copyright 2019 TiKV Project Authors. Licensed under Apache-2.0.6 use std::io::prelude::*;15 fn grpc_version() -> &'static str { in grpc_version()19 label.split('-').next().unwrap() in grpc_version()22 include!("link-deps.rs");24 fn probe_library(library: &str, cargo_metadata: bool) -> Library { in probe_library()31 Err(e) => panic!("can't find library {} via pkg-config: {:?}", library, e), in probe_library()40 "grpc/third_party/abseil-cpp", in prepare_grpc()47 "Can't find module {}. You need to run `git submodule \ in prepare_grpc()48 update --init --recursive` first to build the project.", in prepare_grpc()[all …]