Cargo Features

[dependencies]
cstring = { version = "0.1.1", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Affects cstr_core::CString, cstr_core::NulError, cstr_core::IntoStringError