cargo-prebuilt

Rust Build and Test Rust Checks Crates.io

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.

How to Use

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.

Download

You can download prebuilt binaries of cargo-prebuilt here.

Current Limitations