Cargo Features

[dependencies]
nom-unicode = { version = "0.3.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default

Enables std of nom

alloc

Enables alloc of nom

Nom-Unicode has 3 features without comments.