Download prebuilt binaries of some crate.io crates.
See supported targets and a list of 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, unless you do:
CARGO_HOME=DIR cargo prebuilt --no-bin CRATES
To install crates that are different from the host target do:
cargo prebuilt --target=TARGET
Need help? Try:
cargo prebuilt --help
You can download prebuilt binaries of cargo-prebuilt here.