Cargo Features
[dependencies]
midenc-hir-symbol = { version = "0.0.8", default-features = false, features = ["std", "serde", "compact_str"] }
- default = std
-
The
std
feature is set by default whenevermidenc-hir-symbol
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables parking_lot
- serde
-
Enables serde
- compact_str
-
Enables compact_str ^0.8
midenc-hir-symbol has 4 features without comments.