We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo add
docs.rs treats _ prefixed features as hidden. cargo add should reflect that in reporting features to the user.
_
The question is if we should unconditionally hide the features, hide them if disabled, or do the tracking to hide it unless its directly enabled.