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 {{[r|run]}}

cargo {{[r|run]}} --bin {{name}}

cargo {{[r|run]}} --example {{name}}

cargo {{[r|run]}} {{[-F|--features]}} "{{feature1 feature2 ...}}"

cargo {{[r|run]}} --no-default-features

cargo {{[r|run]}} --all-features

cargo {{[r|run]}} --profile {{name}}