os_info 3.3.0

Detect the operating system type and version.
Documentation
1
2
3
4
#[test]
fn get() {
    let _ = os_info::get();
}