crane/examples
2022-02-15 18:42:59 -08:00
..
alt-registry chore: bump cargo locked versions 2022-01-30 16:09:21 -08:00
cross-rust-overlay Add cross compilation example with rust-overlay 2022-02-15 18:42:59 -08:00
custom-toolchain Add cargoFmt 2022-01-16 17:49:39 -08:00
quick-start chore: bump cargo locked versions 2022-01-30 16:09:21 -08:00
quick-start-simple chore: bump cargo locked versions 2022-01-30 16:09:21 -08:00
README.md Add cross compilation example with rust-overlay 2022-02-15 18:42:59 -08: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-rust-overlay: cross compile a rust project using rust-overlay
  • 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