Skip to main content

UNIX_PLATFORM

Constant UNIX_PLATFORM 

Source
pub const UNIX_PLATFORM: bool = true;
Expand description

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.