Cargo Features
[dependencies]
pi_res = { version = "0.1.0", default-features = false, features = ["rc"] }
- default = pi_share
-
The
pi_share
feature is set by default wheneverpi_res
is added without
somewhere in the dependency tree.default-features = false - rc
-
Enables rc of pi_share ^0.1
Affects
res_map::Res
,res_map::ResCollect
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
-
Enables pi_share ^0.1