pub const UNIX_PLATFORM: bool = true;
Confirms the crate compiles in a Unix environment.
This constant exists only as a compile-time assertion. It is true on all Unix targets and absent on non-Unix targets.
true