在 Termux 上安裝 Rust,可透過套件管理程式安裝 Rust 套件。

pkg install rust

1.png

安裝完後可查詢 Rust 版本做個確認。

rustc -V

2.png