this post was submitted on 24 Aug 2023
43 points (100.0% liked)

Rust

6005 readers
5 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] kevincox@lemmy.ml 8 points 1 year ago (1 children)

I know it is dumb but that feature flag recommender is great. A lot of libraries like tokio have basically every feature behind a flag and figuring out which one to enable is quite tedious when you try to use a new API. Having the flag name right in the error message is so nice.

[โ€“] petsoi@mastodon.world 2 points 1 year ago* (last edited 1 year ago)

@kevincox @snaggen I also struggled from time to time to get the right things enabled.