OS Name
Get OS details on multiple platforms. The goal of the library is to provide a simple interface to get the OS kind, version and name.
use get_os_info;
let os_info = get_os_info;
assert_eq!;
Features
serde: Enable this feature to add Serde support.