Hacker News new | ask | show | jobs
Fleet – The fast build tool for Rust (fleet.rs)
2 points by elbartus 1512 days ago
1 comments

How does it work?

How does one use it?

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