std/os
std/os exposes lightweight runtime info:
CPUCount() -> usizePlatform() -> strArch() -> strOSName() -> strDebug() -> bool
import "std/os"
fn main() { println(os::Platform()) println(os::Arch())}std/os exposes lightweight runtime info:
CPUCount() -> usizePlatform() -> strArch() -> strOSName() -> strDebug() -> boolimport "std/os"
fn main() { println(os::Platform()) println(os::Arch())}