rsproxy.cn - 字节跳动新的 crates.io 和 rustup 的国内镜像源 字节跳动的小伙伴搞的,希望能帮助建设国内的 rust 生态,感兴趣的话可以试用,无任何限速(实际上是 1000Gbps)。 地址:https://rsproxy.cn/ ISRG 宣布支持 Miguel Ojeda 在 Linux for Rust 方面的工作 ISRG (Internet Security Research Group) 的...
这样很麻烦,可以到配置里添加配置项解决。 以ubuntu为例: 打开配置: sudo gedit ~/.cargo/config 添加: [registry] default = "rsproxy" 这样会修改备用注册表为 rsproxy, 直接使用 cargo search 即可,无需添加参数。 比如搜索 rand 包,cargo search rand...
【candle】(4):使用rsproxy安装rust环境,使用candle项目,成功运行Qwen1.5-0.5B-Chat模型,修改hf-hub下载地址通过修改下载地址的方式,直接解决 candle 下载模型的问题。下载速度特别快。, 视频播放量 774、弹幕量 1、点赞数 8、投硬币枚数 3、收藏人数 16、转发人数 1
fatal: unable to access 'https://github.com/rust-lang/crates.io-index/': Failed to connect to github.com port 443 after 21408 ms: Timed out 取消http传输方式 git config --global --unset http.proxy ---上传成功 PS D:\rrss\iii> cargo publish --registry crates-io Updating crates.io ind...
doukutsu-rs - Reimplementation of Cave Story engine with some enhancements. garkimasera/rusted-ruins - Extensible open world rogue like game with pixel art gorilla-devs/ferium - Ferium is a fast and feature rich CLI program for downloading and updating Minecraft mods from Modrinth, CurseForge, and...
文档地址:https://rsproxy.cn/ crates.io 镜像 ~/.cargo/config: [source.crates-io] # To use sparse index, change 'rsproxy' to 'rsproxy-sparse' replace-with = 'rsproxy' [source.rsproxy] registry = "https://rsproxy.cn/crates.io-index" [source.rsproxy-sparse] registry = "sparse+https...
mysql-proxy-rs An implementation of a MySQL proxy server built on top of tokio-core. Overview This crate provides a MySQL proxy server that you can extend with your own custom logic. Here are some examples of use cases for a proxy: Capture a log of SQL queries issued by an application ...
doukutsu-rs - Reimplementation of Cave Story engine with some enhancements. garkimasera/rusted-ruins - Extensible open world rogue like game with pixel art gorilla-devs/ferium - Ferium is a fast and feature rich CLI program for downloading and updating Minecraft mods from Modrinth, CurseForge, and...
wget https://static.rust-lang.org/dist/rust-1.56.1-x86_64-unknown-linux-gnu.tar.gz2.解压安装tar -xvzf rust-1.56.1-x86_64-unknown-linux-gnu.tar.gzsudo sh install.sh3.设置代理并安装export https_proxy=http://xxx.xxx.com:8080rustup install stable...
我以为是git没有安装的缘故,所以又使用sudo apt-get install git安装git,结果出现的提示跟上边从Updating crates.io index到note: run with RUST_BACKTRACE=1 environment variable to display a backtrace warning: build failed, waiting for other jobs to finish… error: build failed一样,完全没有任何变化。