Cargo Features

[dependencies]
gc-arena = { version = "0.5.1", default-features = false, features = ["std", "tracing", "allocator-api2", "hashbrown"] }
default = std

The std feature is set by default whenever gc-arena is added without default-features = false somewhere in the dependency tree.

std default
tracing

Enables tracing

allocator-api2

Enables allocator-api2, allocator-api2 of optional hashbrown

Affects gc-arena::allocator_api

Features from optional dependencies

hashbrown implicit feature

Enables hashbrown

hashbrown:

A Rust port of Google's SwissTable hash map