Map Rust's std::env::consts::OS (or the legacy "darwin") to the renderer's Platform enum. Anything else → "other".
std::env::consts::OS
"darwin"
Platform
"other"
Map Rust's
std::env::consts::OS(or the legacy"darwin") to the renderer'sPlatformenum. Anything else →"other".