this post was submitted on 26 Oct 2023
31 points (87.8% liked)

Rust Programming

8097 readers
1 users here now

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] crispy_kilt@feddit.de 3 points 11 months ago (1 children)

The Rust standard library is enormous.

Lol wat, no, it most certainly is not

[–] ssokolow@lemmy.ml 1 points 11 months ago

I know what they mean. It may not be enormous, functionality-wise, but just the Iterator trait alone feels enormous when you're trying to figure out which method does what you want.

I think it's indicative of a need for more work put into making the UI teach people how to search by function signature.