Skip to content
/ fleet Public
forked from dimensionhq/fleet

๐Ÿš€ The blazing fast build tool for Rust.

License

Notifications You must be signed in to change notification settings

00mjk/fleet

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

87 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

image


Fleet 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.

Note: As of now fleet only supports rustc nightly

โšก Installation

On MacOS & Linux:

curl -L get.fleet.rs | sh

On Windows:

iwr -useb windows.fleet.rs | iex

Building from source

Prerequisites: Rust

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.

๐Ÿ‘ Supporters

Stargazers repo roster for @dimensionhq/fleet

Forkers repo roster for @dimensionhq/fleet


Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.

About

๐Ÿš€ The blazing fast build tool for Rust.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.7%
  • Shell 1.3%