Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimensionhq/fleet
π The blazing fast build tool for Rust.
https://github.com/dimensionhq/fleet
build productivity rust systems
Last synced: 25 days ago
JSON representation
π The blazing fast build tool for Rust.
- Host: GitHub
- URL: https://github.com/dimensionhq/fleet
- Owner: dimensionhq
- License: apache-2.0
- Created: 2022-04-14T10:20:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:17:37.000Z (over 1 year ago)
- Last Synced: 2024-04-30T07:33:18.939Z (6 months ago)
- Topics: build, productivity, rust, systems
- Language: Rust
- Homepage: https://fleet.rs
- Size: 12.3 MB
- Stars: 2,414
- Watchers: 16
- Forks: 50
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rust - Fleet - rs](https://crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust. (Development tools / Build system)
- awesome-rust-cn - Fleet - rs](https://crates.io/crates/fleet-rs)] - η¨δΊRustηεΏ«ιζε»Ίε·₯ε ·γ (εΌεε·₯ε · Development tools / ζε»Ίη³»η» Build system)
- awesome-rust - Fleet - rs](https://crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust. (Development tools / Build system)
- awesome-blazingly-fast - fleet - π The blazing fast build tool for Rust. (Rust)
- fucking-awesome-rust - Fleet - rs](crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust. (Development tools / Build system)
- fucking-awesome-rust - Fleet - rs](crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust. (Development tools / Build system)
README
![image](https://user-images.githubusercontent.com/63039748/164709140-8bb96d45-972e-4ac5-8e0e-ae566e673761.png)
[Fleet](https://fleet.rs) is a blazing fast build tool for Rust. Compiling with Fleet is up-to 5x faster than with `cargo`.
**Note**: Since Fleet is still under development, it might not be completely stable yet. Feel free to open any issues or bug reports at [issues](https://github.com/dimensionhq/fleet/issues/).
# :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.
## 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.