Commands

cargo build --release

A command that compiles the Rust project into an optimized binary placed in the target/release folder.

Return to all terms