Cargo Features

[dependencies]
nt-string = { version = "0.1.1", default-features = false, features = ["std", "alloc", "allocator_api"] }
default = std

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

std default = alloc
alloc std

Enables alloc of widestring

allocator_api

nt-string has 4 features without comments.