dyna3/app-proto/run-examples
2024-11-25 01:37:48 -08:00

11 lines
275 B
Bash
Executable File

#!/bin/bash
# run all Cargo examples, as described here:
#
# Karol Kuczmarski. "Add examples to your Rust libraries"
# http://xion.io/post/code/rust-examples.html
#
cargo run --example irisawa-hexlet
cargo run --example three-spheres
cargo run --example point-on-sphere