pub fn os_name() -> &'static str
Return the OS name in the format most providers expect.
Maps Rust’s std::env::consts::OS:
std::env::consts::OS
"macos"
"darwin"
"linux"
"windows"