Lines Matching refs:cargo
55 $ cargo run --manifest-path=tools/apps/Cargo.toml --bin quiche-client -- https://quic.tech:8443/
61 $ cargo run --manifest-path=tools/apps/Cargo.toml --bin quiche-server -- \
240 When running ``cargo build``, a static library called ``libquiche.a`` will be
259 and then built using cargo:
262 $ cargo build --examples
265 cargo can also be used to run the testsuite:
268 $ cargo test
273 when building quiche using cargo, but requires the `cmake` command to be
283 $ QUICHE_BSSL_PATH="/path/to/boringssl" cargo build --examples
314 way using [cargo-ndk]. You need to install [cargo-ndk] first.
317 $ cargo install cargo-ndk
324 $ cargo ndk --target aarch64-linux-android --android-platform 21 -- build
331 [cargo-ndk]: https://docs.rs/crate/cargo-ndk
355 this script for cargo build. For example if you want to build a release binary
379 - Install `cargo-lipo`:
382 $ cargo install cargo-lipo
388 $ cargo lipo
394 $ cargo lipo --release