Rust Shined Over Python for My CLI Tool

7 points by isuffix


pervognsen

The typo of ty as "Typo" in the opening paragraph is very meta.

ducdetronquito

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 :)