Crate ascii_literal

Source
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.