macro_rules! ascii { ($x:literal) => { ... }; }
Creates an AsciiStr from a string literal, throwing a compile error if the literal isn’t actually ascii.
AsciiStr
ascii!("I ❤️ Rust & Python");