[Wakflo](https://wakflo.ai) is a blazing fast build tool for Rust.
# :zap: Installation On MacOS & Linux: ```bash curl -L get.wakflo.ai | sh ```
On Windows: ```powershell iwr -useb windows.wakflo.ai | iex ``` ## Building from source Prerequisites: **Rust** ```powershell cargo install --git https://github.com/wakflo/wakflo-cli wakflo ``` ## 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. ## Versioning We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/wakflo/fleet/tags). ## License This project is licensed under the Apache 2.0 License - see the [LICENSE.md](LICENSE) file for details.