Skip to content

buildsrs/buildsrs

Repository files navigation

builds.rs

pipeline status documentation rustdoc coverage dependency status

Project to provide binary builds automatically for all crates on crates.io. Aims to provide binaries for multiple targets, driven by metadata specified in the Cargo manifest.

The goal is to be able to easily fetch binary builds for any crate without needing a Rust toolchain installed locally:

curl https://builds.rs/builds/ripgrep/latest/x86_64-unknown-linux-gnu

Status

This project is currently under heavy development. An alpha version is expected to be deployed at builds.rs soon. There is a Discord server for development-related communication.

Getting Started

Read the Developer Documentation for information on how to get started with builds.rs.

License

MIT.