Cargo Features
ast2str-lib has no features set by default.
[dependencies]
ast2str-lib = { version = "1.3.0", features = ["allocator_api", "impl_hashbrown"] }
- allocator_api
-
Enables nightly of hashbrown ^0.12.3
hashbrown:
Enables use of nightly features. This is only guaranteed to work on the latest version of nightly Rust.
- impl_hashbrown = hashbrown
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.