#rustup #mirror

app rustup-mirror

Setup a local rustup mirror

17 releases

0.6.1 Jun 4, 2022
0.6.0 Sep 16, 2021
0.5.0 Aug 18, 2021
0.4.4 Feb 18, 2021
0.3.1 Feb 15, 2019

#3 in #rustup

Download history 34/week @ 2023-02-05 37/week @ 2023-02-12 38/week @ 2023-02-19 1/week @ 2023-02-26 3/week @ 2023-03-05 1/week @ 2023-03-12 40/week @ 2023-03-19 3/week @ 2023-04-02 25/week @ 2023-04-09 22/week @ 2023-04-16 2/week @ 2023-04-30 38/week @ 2023-05-07 22/week @ 2023-05-14 6/week @ 2023-05-21

68 downloads per month

MIT license

22KB
437 lines

rustup-mirror

Crates.io version Changelog FOSSA Status

Setup a local rustup mirror. For usage, please run rustup-mirror -h.

How to install

Run cargo install rustup-mirror.

Features

  1. Check if file is already downloaded and check its integrity by comparing sha256 checksum.
  2. Download and replace links in the manifest files.

Example usage

$ rustup-mirror # use HTTPS_PROXY for proxy
$ # wait for downloading
$ cd ./mirror # default directory, see rustup-mirror -h
$ python3 -m http.server &
$ RUSTUP_DIST_SERVER=http://127.0.0.1:8000 rustup install stable

Note:

  1. A full clone of a stable distribution takes 16G disk space (as of Feb 2019).
  2. Python3 http.server module does not support Range download. It may fail when a partial downloaded file exists. Do not use this in production.

License

FOSSA Status

Dependencies

~11–20MB
~465K SLoC