Cargo Features
[dependencies]
inconceivable = { version = "0.9.0", default-features = false, features = ["std", "ub_inconceivable", "RUSTC_VERSION_GE_1_27"] }
- default = std
-
The
std
feature is set by default wheneverinconceivable
is added without
somewhere in the dependency tree.default-features = false - std default
- ub_inconceivable
- RUSTC_VERSION_GE_1_27
Inconceivable has 4 features without comments.