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 whenevernt-string
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Enables alloc of widestring
- allocator_api
nt-string has 4 features without comments.