Cargo Features

[dependencies]
cstr_core = { version = "0.2.6", default-features = false, features = ["std", "alloc", "arc", "nightly", "use_libc"] }
default = alloc, arc

These default features are set whenever cstr_core is added without default-features = false somewhere in the dependency tree.

std
alloc default

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

arc default
nightly
use_libc

Enables libc of memchr

memchr:

The 'libc' feature has been DEPRECATED and no longer has any effect.