Rust - Rustc


To compile rust code, you use rustc

For example, to compile the file main.rs you would do $ rustc main.rs. This would then create the executable main