https://stackoverflow.com/questions/54469463/how-do-i-run-a-projects-example-using-cargo
1cargo run --example name_of_example2
3## To pass arguments to the example:4cargo run --example name_of_example -- arguments go here
-->
https://stackoverflow.com/questions/54469463/how-do-i-run-a-projects-example-using-cargo
1cargo run --example name_of_example2
3## To pass arguments to the example:4cargo run --example name_of_example -- arguments go here