在 Ubuntu 及其他发行版上安装 Rust 的推荐方式
我只推荐通过安装 rustup 的方式来安装 Rust,因为通过 apt 安装会得到过时的 Rust 版本,这与许多库和工具不兼容。
install_rustup.sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shIf this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow