this post was submitted on 26 Oct 2023
30 points (87.5% liked)

Rust Programming

8114 readers
2 users here now

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (1 children)

The Rust standard library is enormous.

Lol wat, no, it most certainly is not

[–] [email protected] 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.