- cross-posted to:
- rust@programming.dev
- cross-posted to:
- rust@programming.dev
cross-posted from: https://programming.dev/post/1825728
Lots of new features!
Thought I should share this with those who don’t use users.rust-lang.org. Note: I’m not affiliated with lib.rs, I’m only reposting to lemmy.
You must log in or register to comment.
Hey, maybe this will actually lead to standardization of feature documentation? It’s been in terrible shape for years. The fact that optional dependencies and features have been treated nearly the same by cargo, but treated differently by crates.io, makes it useless for discovering features for crates. Up until now, my go-to method is to examine the
Cargo.toml
file directly, and if I can’t figure out what a feature does there I look directly at the source code.