Function about_system::platform

source ·
pub fn platform() -> Result<Platform>
Expand description

Get basic information about the hardware we’re running on.

Requirements

For *nix: a functional /proc filesystem with system information. For Windows: XP or Server 2003.