crane/examples
2022-01-22 10:17:05 -08:00
..
custom-toolchain Add cargoFmt 2022-01-16 17:49:39 -08:00
quick-start Update quick-start template with cargoFmt and cargoTarpaulin 2022-01-17 13:06:11 -08:00
quick-start-simple Add quick-start template with a clippy check 2022-01-16 16:56:30 -08:00
README.md Add a README in the examples directory 2022-01-22 10:17:05 -08:00

Examples

This directory contains several different ways of configuring a project:

  • 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