Closed
Description
Rust appears to support #[cfg(feature = "foo")]
to control optional features: Cargo doc.
The Rust reference on cfg
does not mention feature
: nightly doc.
Rust appears to support #[cfg(feature = "foo")]
to control optional features: Cargo doc.
The Rust reference on cfg
does not mention feature
: nightly doc.