Cargo Features
[dependencies]
rustix-is-terminal = { version = "0.4.11", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverrustix-is-terminal
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.64 or newer.
rustix-is-terminal has 2 features without comments.