Cargo Features

EnumSet has no features set by default.

[dependencies]
enumset = { version = "1.1.3", features = ["std", "alloc", "serde"] }
std = alloc

Enables proc-macro-crate of enumset_derive

alloc std?
serde = serde2

Enables serde of enumset_derive

Affects traits::EnumSetTypePrivate.serialize, traits::EnumSetTypePrivate.deserialize

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde2 serde?

Enables serde