Cargo Features

[dependencies]
nlist = { version = "0.0.4", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Enables alloc of typewit

NList has 2 features without comments.