Every Rust Developer Should Use This
2 min readApr 24, 2022
Welcome back! Rust is an awesome programming language with a ton of capability, if you’re new to Rust, check out the link below to learn more about it:
So, let’s take a look at an amazing tool that every Rust developer should use, this specific tool is called fleet, and it’s a blazing fast tool for Rust! Here is a link to their GitHub repository:
You can also check out their website below as well:
Essentially, to run your Rust project we can use the cargo command, with fleet, this can run your project much faster! They have a great example on…