crane/examples
2023-03-22 04:46:10 +00:00
..
alt-registry Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
cross-musl Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
cross-rust-overlay Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
cross-windows Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
custom-toolchain Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
quick-start quick-start: remove bogus follows clause (#277) 2023-03-22 04:46:10 +00:00
quick-start-simple Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
README.md examples: add cross-windows (#218) 2023-01-07 01:11:42 +00: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
  • 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