Cargo Features

Grounded has no features set by default.

[dependencies]
grounded = { version = "0.2.0", features = ["cas", "critical-section"] }
cas

components that require compare-and-swap operations

Enables require-cas of portable-atomic

Affects grounded::alloc_single

critical-section

Allow for use on non-atomic systems by use of critical-sections

Enables critical-section of portable-atomic