detect_platform

Function detect_platform 

Source
pub fn detect_platform() -> Platform
Expand description

Auto-detect current platform with fallback chain.

ยงDetection Order (Poka-Yoke: fail to safest option)

  1. WOS: Check for WASM runtime markers
  2. pepita: Check for virtio devices
  3. Container: Check for /.dockerenv or cgroup markers
  4. Linux: Check for systemd
  5. macOS: Check for launchd
  6. Fallback: Native process