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
|
2022-02-16 05:42:59 +03:00
|
|
|
* **cross-rust-overlay**: cross compile a rust project using rust-overlay
|
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
|