首页  >  All Categories  >  Dev  >  Debian初始化Rust环境

Debian初始化Rust环境

在 Debian 上初始化 Rust 环境笔记。

Official Site

Rust 镜像设置🔗

https://rsproxy.cn/

Add this to ~/.bashrc

export RUSTUP_DIST_SERVER="https://rsproxy.cn"
export RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup"

Install rustup curl --proto '=https' --tlsv1.2 -sSf https://rsproxy.cn/rustup-init.sh | sh

~/.cargo/config:

[source.crates-io]
replace-with = 'rsproxy'

[source.rsproxy]
registry = "https://rsproxy.cn/crates.io-index"

[registries.rsproxy]
index = "https://rsproxy.cn/crates.io-index"

[net]
git-fetch-with-cli = true

Install🔗

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
分类: Dev 
标签RustServer
发布于:  · 最后更新时间:   📝 帮我完善这个页面?

该博客没有评论系统,我正在实验有意义的讨论是否更易在社群中发生,不知道为什么,人在社群中,似乎会有更好的行为规范。然后如果有高质量的讨论,我会手动再精选到原文。为此,我建立了一个 Telegram 讨论群组,你可以在里面讨论这篇文章,点此复制文章标题和链接