Rust language basics.
Check the command line help to see the full list of demos and params to call them.
- Build
cargo build --release
- Run help
./target/release/SomeRust help
- Run
./target/release/SomeRust <arg1> <arg2>
Arg2 is required in specific examples only