Constant std::env::consts::ARCH 1.0.0[−][src]
pub const ARCH: &str = "x86_64";
Expand description
一个字符串,描述当前正在使用的 CPU 的体系结构。
一些可能的值:
- x86
- x86_64
- arm
- aarch64
- mips
- mips64
- powerpc
- powerpc64
- riscv64
- s390x
- sparc64
pub const ARCH: &str = "x86_64";
一个字符串,描述当前正在使用的 CPU 的体系结构。
一些可能的值: