cargo run

현재 Cargo 패키지를 실행. 참고: 실행된 바이너리의 작업 디렉터리는 현재 작업 디렉터리로 설정됨. 더 많은 정보: https://doc.rust-lang.org/cargo/commands/cargo-run.html.

cargo {{[r|run]}}

cargo {{[r|run]}} --bin {{이름}}

cargo {{[r|run]}} --example {{이름}}

cargo {{[r|run]}} {{[-F|--features]}} "{{기능1 기능2 ...}}"

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

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

cargo {{[r|run]}} --profile {{이름}}