this post was submitted on 14 Aug 2023
30 points (96.9% liked)
Rust
5931 readers
7 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
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
view the rest of the comments
I'm no expert. But my guess would be that many crate authors may simply not be aware of this feature. It wasn't always there, and it's still unstable. You would have to reach the "Unstable features" page of the rustdoc book to know about it.
Or maybe some know about it, but don't want to use an unstable feature, or are just waiting for it to possibly automatically work without any modifications.
Of course, I would assume none of this applies to the
embassy
devs. ThatCargo.toml
file has aflavors
field, which is something I've never seen before ๐ So, I'm assuming they are way more knowledgable (and up-to-date) about the Rust ecosystem than me.