crane/examples
2023-09-21 20:49:27 -07:00
..
alt-registry Add devshell helper (#378) 2023-09-03 10:33:10 -07:00
build-std Add devshell helper (#378) 2023-09-03 10:33:10 -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 update all Cargo.locks (#364) 2023-08-11 00:13:17 +00:00
cross-windows Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
custom-toolchain Add devshell helper (#378) 2023-09-03 10:33:10 -07:00
quick-start examples: drop tarpaulin from quickstart flake 2023-09-21 20:49:27 -07:00
quick-start-simple Add devshell helper (#378) 2023-09-03 10:33:10 -07:00
trunk Add devshell helper (#378) 2023-09-03 10:33:10 -07:00
trunk-workspace Add devshell helper (#378) 2023-09-03 10:33:10 -07:00
README.md Add support for building standard library crates (#287) 2023-04-02 17:57:17 +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
  • build-std: build a cargo project which requires building the standard library and other crates distributed with the Rust toolchain
  • 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