Rust Shined Over Python for My CLI Tool
7 points by isuffix
7 points by isuffix
The typo of ty as "Typo" in the opening paragraph is very meta.
Yeah I didn't know about this tool too ! After a little search I found typos which correct spelling mistakes in code, but it's more likely he was talking about ty ^^
Same experience here !
At work we had to install the AWS CLI, which is heavy, only to get a codeartifact token in order to retrieve our private python packages.
Two weeks ago I decided to rewrite this logic with a small Rust CLI and it's been really nice to code and distribute it for different targets ! It made a really good impression about Rust for my first "production" use of it :)