cargo run

Run the current Cargo package. Note: the working directory of the executed binary will be set to the current working directory. More information: https://doc.rust-lang.org/cargo/commands/cargo-run.html.

cargo run

cargo run --bin {{name}}

cargo run --example {{name}}

cargo run --features {{feature1 feature2 ...}}

cargo run --no-default-features

cargo run --all-features

cargo run --profile {{name}}