Cargo Features
[dependencies]
midenc-hir = { version = "0.0.8", default-features = false, features = ["std", "debug_refcell"] }
- default = std
-
The
std
feature is set by default whenevermidenc-hir
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of compact_str ^0.8, rustc-demangle, and semver
- debug_refcell
midenc-hir has 3 features without comments.