[][src]Crate ascii_literal

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.