![image](https://user-images.githubusercontent.com/63039748/164709140-8bb96d45-972e-4ac5-8e0e-ae566e673761.png)


[Fleet](https://fleet.rs) is the blazing fast build tool for Rust. Compiling with Fleet is up-to 5x faster than with `cargo`. **Note**: Since fleet is in the beta phase, it might not be completely stable yet. Feel free to open any issues or bug reports at [issues](https://github.com/dimensionhq/fleet/issues/). **Note**: As of now fleet only supports `rustc` nightly
# :zap: Installation On MacOS & Linux: ```bash curl -L get.fleet.rs | sh ```
On Windows: ```powershell iwr -useb windows.fleet.rs | iex ``` ## Building from source Prerequisites: **Rust** ```powershell cargo install --git https://github.com/dimensionhq/fleet fleet-rs ``` ## How does fleet work? Fleet works by optimizing your builds using existing tooling available in the Rust ecosystem, including seamlessly integrating sccache, lld, zld, ramdisks (for those using WSL or HDD's) et al. ## :clap: Supporters [![Stargazers repo roster for @dimensionhq/fleet](https://reporoster.com/stars/dimensionhq/fleet)](https://github.com/dimensionhq/fleet/stargazers) [![Forkers repo roster for @dimensionhq/fleet](https://reporoster.com/forks/dimensionhq/fleet)](https://github.com/dimensionhq/fleet/network/members)
## Versioning We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/dimensionhq/fleet/tags). ## License This project is licensed under the Apache 2.0 License - see the [LICENSE.md](LICENSE) file for details.