A stop-gap tool for making mirrors for Rust.
Using this script is not nice on crates.io server.
python setup.py install # may require admin rights
python setup.py install --user # only for current user
cargo-mirror new mymiror
cargo-mirror update mymiror
alternatively use python -m cargo_mirror
instead of cargo-mirror