rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFC: Cargo feature visibility (private/public)

Open tgross35 opened this issue 2 years ago • 3 comments

Rendered

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

tgross35 avatar Sep 09 '23 23:09 tgross35