#registry #cargo-registry #cargo #subcommand

bin+lib cargo-source

Crate registry manager, fast switch between different registries.1

4 releases

0.1.2 Sep 23, 2023
0.1.1 Jul 30, 2023
0.0.31 Jul 26, 2023

#302 in Cargo plugins

33 downloads per month

MIT/Apache

14KB
278 lines

cargo-source

cargo-source can make it easy and fast to switch between different crates registries.

Install

$ cargo install cargo-source

Example

$ 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

Usage

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

Dependencies

~6–19MB
~279K SLoC