//! Fallback OS probes used when `target_os` is not Linux, macOS, or
//! Windows.
//!
//! BSDs and exotic targets fall through to this module. The probes
//! return safe defaults so the rest of the crate can rely on
//! [`super::OsInfo`] always being shaped correctly.
/// Returns `"unknown"` — no version probe is available on this target.
pub
/// Returns `None` — distro detection is Linux-specific.
pub