os-version 0.2.1

Get the operating system version
Documentation
1
2
3
4
fn main() {
    let version = os_version::detect();
    println!("{:?}", version);
}