Cargo Features
[dependencies]
cstring = { version = "0.1.1", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default whenevercstring
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
cstr_core::CString
,cstr_core::NulError
,cstr_core::IntoStringError
…