How to create executables in Rust

My question is that How to create executables in Rust when I'm done with writing programs

You should have a read through the Getting Started section of the Rust book. The Hello, Cargo chapter tells you how to compile your code with cargo build after you have installed the Rust compiler.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.