Cargo Features
[dependencies]
linux-syscalls = { version = "0.4.0", default-features = false, features = ["std", "libc-compat", "no_std_io-compat", "bare"] }
- default = std
-
The
std
feature is set by default wheneverlinux-syscalls
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of linux-errnos ^0.3.4
- libc-compat
-
Enables libc-compat of linux-errnos ^0.3.4
- no_std_io-compat
-
Enables no_std_io-compat of linux-errnos ^0.3.4
- bare
-
Affects
init::init_from_environ
,init::init_from_args
,init::init_from_auxv
…