This repository accompanies the blog post in the Rust blog and demonstrates several evaluating build scripts feature aspects including the following:
- build dependencies in
Cargo.toml
- generating project files and configuring conditional variables in
build.rs
- navigating to the generated files from
src/main.rs
- run configurations for different docker environments