Cargo Features

Cordyceps has no features set by default.

[dependencies]
cordyceps = { version = "0.3.2", features = ["std", "alloc", "no-cache-pad"] }
std = alloc
alloc std?
no-cache-pad

Inhibits cache padding for the CachePadded struct used for many linked list pointers When this feature is NOT enabled, the size will be determined based on target platform. See the documentation of CachePadded for more details.