rfcs
rfcs copied to clipboard
RFC: Cargo feature visibility (private/public)
RFC for feature-visibility
RFC goals: add a way to make Cargo features private
This was split from https://github.com/rust-lang/rfcs/pull/3416
[features]
foo = { enables = [], public = false}
This would resolve https://github.com/rust-lang/cargo/issues/10882