crane/examples/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
638 B
Markdown
Raw Normal View History

2022-01-22 21:17:05 +03:00
# Examples
This directory contains several different ways of configuring a project:
* **alt-registry**: build a cargo project which uses another crate registry
besides crates.io
* **cross-musl**: build a cargo project with musl to crate statically linked
binaries
* **cross-rust-overlay**: cross compile a rust project using rust-overlay
* **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