One thing I appreciate about Rust is the ease of tooling.

If I have an idea for a package, I just type “cargo new –lib”, and open the folder in VSCode. No ceremony, no Java UI wizard, no trying to configure prettier, typescript, eslint, etc. Everything just works.