run-examples
Published at 2024-04-06
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
langs
rust
examples
https://stackoverflow.com/questions/54469463/how-do-i-run-a-projects-example-using-cargo
cargo run --example name_of_example
## To pass arguments to the example:
cargo run --example name_of_example -- arguments go here