Skip to main content

arch_name

Function arch_name 

Source
pub fn arch_name() -> &'static str
Expand description

Return the architecture name in the format most providers expect.

Maps Rust’s std::env::consts::ARCH:

  • "aarch64""arm64"
  • "x86_64""amd64"
  • everything else passed through