Hacker News new | ask | show | jobs
by dvdbloc 595 days ago
Is it just me or why does Rust have all these confusing names that seemingly have nothing to do with the functionality of the module/crate? Or maybe I’m just used to the names in Python and C++ packages for performing common tasks. It just seems to make it harder for a newcomer to locate what packages they should be using when they want to perform some common function.
1 comments

Yep, for example hearing Jinja tells you right away what the package does.