Macro ascii

Source
macro_rules! ascii {
    ($string:literal) => { ... };
}
Expand description

Create an Ascii string from a literal in const-context.