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
somewhere in the dependency tree.default-features = false - std
- alloc default
-
Affects
cstr_core::CString
,cstr_core::NulError
,cstr_core::IntoStringError
… - arc default
- nightly
- use_libc
-
memchr:
The 'libc' feature has been DEPRECATED and no longer has any effect.