chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
69 stars 16 forks source link

[#84] refactor of hardcoded tools #114

Closed MitchellBerend closed 1 year ago

MitchellBerend commented 1 year ago

Resolves #84

This pr aims to simplify the way tools are added so that there aren't any into() calls to convert from &str to String.

Additional tasks