Cargo Features
oxc_data_structures has no features set by default.
[dependencies]
oxc_data_structures = { version = "0.61.2", features = ["all", "assert_unchecked", "code_buffer", "inline_string", "rope", "stack"] }
- all = assert_unchecked, code_buffer, inline_string, rope, stack
- assert_unchecked all? code_buffer? stack?
- code_buffer all? = assert_unchecked
-
Affects
oxc_data_structures::code_buffer
… - inline_string all?
-
Affects
oxc_data_structures::inline_string
… - rope all?
-
Enables ropey
Affects
oxc_data_structures::rope
… - stack all? = assert_unchecked
-
Affects
oxc_data_structures::stack
…