Template Literals ( like JS ) would be nice to have

Or even this. :person_shrugging:

use std::env::consts::{ARCH, OS};
format!("os={OS}, arch={ARCH}, info={info}")
4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.