Or even this.
use std::env::consts::{ARCH, OS};
format!("os={OS}, arch={ARCH}, info={info}")
Or even this.
use std::env::consts::{ARCH, OS};
format!("os={OS}, arch={ARCH}, info={info}")
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.