Cargo Features
[dependencies]
gc-arena = { version = "0.5.3", default-features = false, features = ["std", "tracing", "allocator-api2", "hashbrown"] }
- default = std
-
The
std
feature is set by default whenevergc-arena
is added without
somewhere in the dependency tree.default-features = false - std default
- tracing
-
Enables tracing
- allocator-api2
-
Enables allocator-api2, allocator-api2 of optional hashbrown ^0.14
Affects
gc-arena::allocator_api
…
Features from optional dependencies
- hashbrown implicit feature
-
Enables hashbrown ^0.14
hashbrown:
A Rust port of Google's SwissTable hash map