Fleet – The fast build tool for Rust
1–3 of 3 posts
Re: Fleet – The fast build tool for Rust
#2How does it work?
How does one use it?
Re: Fleet – The fast build tool for Rust
#3How 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.