410
Python has a library for everything but..
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rust crates have the second and third problems.
Rust at least has type annotation.
The type has private fields. There's no constructor. There's no implementation of the From trait except on itself. You can't find a function anywhere that returns the type.
I find Rust crates generally have pretty good docs. Docs.rs is a major time saver