2022-01-22 21:17:05 +03:00
|
|
|
# Examples
|
|
|
|
|
|
|
|
This directory contains several different ways of configuring a project:
|
|
|
|
|
2022-01-31 02:06:46 +03:00
|
|
|
* **alt-registry**: build a cargo project which uses another crate registry
|
|
|
|
besides crates.io
|
2023-04-02 20:57:17 +03:00
|
|
|
* **build-std**: build a cargo project which requires building the
|
|
|
|
standard library and other crates distributed with the Rust toolchain
|
2022-02-17 07:50:59 +03:00
|
|
|
* **cross-musl**: build a cargo project with musl to crate statically linked
|
|
|
|
binaries
|
2022-02-16 05:42:59 +03:00
|
|
|
* **cross-rust-overlay**: cross compile a rust project using rust-overlay
|
2023-01-07 04:11:42 +03:00
|
|
|
* **cross-windows**: cross compile a rust project for windows
|
2022-01-22 21:17:05 +03:00
|
|
|
* **custom-toolchain**: build a cargo project with a custom toolchain (e.g. WASM
|
|
|
|
builds)
|
|
|
|
* **quick-start**: build a cargo project with a comprehensive test suite
|
|
|
|
* **quick-start-simple**: build a cargo project without extra tests
|