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