2024-11-08 19:48:26 -08:00
|
|
|
# run all Cargo examples, as described here:
|
2024-10-25 17:34:29 -07:00
|
|
|
#
|
2024-11-08 19:48:26 -08:00
|
|
|
# Karol Kuczmarski. "Add examples to your Rust libraries"
|
|
|
|
# http://xion.io/post/code/rust-examples.html
|
2024-10-25 17:34:29 -07:00
|
|
|
#
|
|
|
|
|
2024-11-09 11:22:15 -08:00
|
|
|
cargo run --example irisawa-hexlet
|
2024-11-08 19:48:26 -08:00
|
|
|
cargo run --example three-spheres
|
|
|
|
cargo run --example point-on-sphere
|