5 ms·Fleet – The fast build tool for Rust2 points by elbartus 4y agomc4ndr3 4y agoHow does it work? How does one use it?elbartus 4y agoWell... as written on the linked site, you just install by running: `curl -L get.fleet.rs | sh`. And you use `fleet run` instead of `cargo run` within your rust projects. Only works for nightly right now.