Cargo Features
[dependencies]
rustix-linux-procfs = { version = "0.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverrustix-linux-procfs
is added without
somewhere in the dependency tree.default-features = false - std default
-
rustix:
This enables use of std. Disabling this enables
#![no_std]
, and requires Rust 1.77 or newer.
rustix-linux-procfs has 2 features without comments.