Cargo Features
[dependencies]
linux-stat = { version = "0.3.3", default-features = false, features = ["std", "linux_4_11"] }
- default = std
-
The
std
feature is set by default wheneverlinux-stat
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables alloc of cstr_core, std of linux-syscalls ^0.3.1
- linux_4_11
-
Affects
linux-stat::Stat
,linux-stat::fstatat
,linux-stat::fstatat_cstr
…