2个不稳定版本
使用旧的Rust 2015
0.2.1 | 2016年11月9日 |
---|---|
0.2.0 |
|
0.1.0 | 2016年7月24日 |
#334 in 缓存
20KB
475 代码行
Crates.io缓存镜像
Crates-Mirror是一个简单的工具,为
安装
您可以使用以下命令安装它:cargo install crates-mirror
用法
本地
在文件系统上本地存储索引。
base_path = "/path/to/store/crates"
listen_on = "localhost:3000"
remote_api = "https://crates.io"
poll_intervall = 300 # seconds
[registry_config]
upstream_url = "https://github.com/rust-lang/crates.io-index"
远程索引
在远程git存储库中存储索引。
base_path = "/tmp/crates_mirror"
listen_on = "localhost:3000"
remote_api = "https://crates.io"
poll_intervall = 300 # seconds
[registry_config]
upstream_url = "https://github.com/rust-lang/crates.io-index"
[registry_config.origin]
url = "[email protected]/whatever"
username = "weiznich" #optional, could also use ssh-key
password = "xxxxx" #optional, could also use ssh-key
阅读材料
许可证
在以下许可证下授权
- Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (http://opensource.org/licenses/MIT)
任选其一。
依赖关系
~26–34MB
~654K SLoC