Y
Hacker News
new
|
ask
|
show
|
jobs
Fleet – The fast build tool for Rust
(
fleet.rs
)
2 points
by
elbartus
1512 days ago
1 comments
mc4ndr3
1511 days ago
How does it work?
How does one use it?
link
elbartus
1510 days ago
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.
link
How does one use it?