pub const CURRENT_PLATFORM: &str = "x86_64-unknown-linux-gnu";
Expand description

The platform on which your code is running.

Also known as “target platform”.