#registry #cargo-registry #cargo #子命令

bin+lib cargo-source

仓库注册管理器,快速在不同仓库间切换。1

4 个版本

0.1.2 2023年9月23日
0.1.1 2023年7月30日
0.0.31 2023年7月26日

Cargo 插件 中排名第 414

Download history 7/week @ 2024-03-09 2/week @ 2024-03-16 15/week @ 2024-03-30 5/week @ 2024-04-06 12/week @ 2024-04-13 1/week @ 2024-04-20

每月下载量 69

MIT/Apache 许可

14KB
278 代码行

cargo-source

cargo-source 可以轻松快速地在不同的 crate 仓库间切换。

安装

$ cargo install cargo-source

示例

$ cargo source list
Recommended registries:
  rsproxy    | https://rsproxy.cn/crates.io-index | 字节 
  ustc       | git://mirrors.ustc.edu.cn/crates.io-index | 中国科学技术大学 
  sjtu       | https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index/ | 上海交通大学 
  tuna       | https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git | 清华大学 
  rustcc     | https://code.aliyun.com/rustcc/crates.io-index.git | rustcc社区
$ cargo source use ustc
Registry has been replaced with ustc

用法

Commands:
  list  List all the registries
  use   Change registry to registry
  add   Add one custom registry
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

依赖项

~6–21MB
~278K SLoC