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 whenever linux-stat is added without default-features = false somewhere in the dependency tree.

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