Download prebuilt binaries of some crate.io crates.
See supported targets and a list prebuilt crates here.
(Some targets may not be prebuilt for some crates)
Request a crate to be added here.
To download a crate:
cargo prebuilt CRATE_NAME
To download multiple crates:
cargo prebuilt CRATE_1,CRATE_2,CRATE_3,...
To download a version of a crate:
cargo prebuilt CRATE_NAME@VERSION
To download multiple crates with versions:
cargo prebuilt CRATE_1@V1,CRATE_2,CRATE_3@V3,...
Crates will always be installed into the $CARGO_HOME/bin directory.
You can download prebuilt binaries of cargo-prebuilt here.