//! Linux specific implementation.
use ;
use Errno;
use sysinfo;
/// Get information about the host machine using [`sysinfo`](fn@sysinfo) or return [`errno`] if it fails.
/// Get a properly populated [`sysinfo`](struct@sysinfo) or panic.
///
/// # Panics
/// - If the underlying [`sysinfo`](fn@sysinfo) call fails.