//! Per-OS system-info gathering for fields `sysinfo` doesn't cover (load
//! average, swap, battery, GPU name, wall-clock time). Every platform module
//! exposes the same function set so call sites in `hostinfo::gather()` never
//! need their own `#[cfg]` gating — a platform that lacks a given concept
//! (e.g. load average on Windows) just returns `None` from that function.
pub use *;
pub use *;
pub use *;
pub use *;