Cargo Features

[dependencies]
stringleton = { version = "0.2.0", default-features = false, features = ["std", "alloc", "debug-assertions", "serde", "critical-section", "spin"] }
default = std

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

std default = alloc

Enables std of stringleton-registry

alloc std

Enables alloc of stringleton-registry

debug-assertions

Enables debug-assertions of stringleton-registry

serde

Enables serde of stringleton-registry

critical-section

Enables critical-section of stringleton-registry

spin

Enables spin of stringleton-registry

Stringleton has 7 features without comments.