Expand description
A proc-macro to make compile-time checked AsciiStrs.
Provides the macro ascii_literal
, which const-evaluates to an AsciiStr
,
checking for valid ASCII at compile time.
Macrosยง
- ascii_
literal - Creates an
AsciiStr
from a string literal.