ரஸ்ட் கம்பைலர். ரஸ்ட் மொழி மூல கோப்புகளை செயலாக்குகிறது, தொகுக்கிறது மற்றும் இணைக்கிறது. மேலும் விவரத்திற்கு: https://doc.rust-lang.org/rustc.
rustc {{பாதை/டு/கோப்பு.rs}}
rustc -O {{பாதை/டு/கோப்பு.rs}}
rustc -g {{பாதை/டு/கோப்பு.rs}}
rustc -C target-cpu=native {{பாதை/டு/கோப்பு.rs}}
rustc -C target-cpu=native --print cfg
rustc --print target-list
rustc --target {{இலக்கு_மூன்று}} {{பாதை/டு/கோப்பு.rs}}