Crate const_str_proc_macro[][src]

Expand description

const-str proc macros

Macros

Creates a string slice using interpolation of const expressions

Converts a byte string literal to a string literal

Returns the lowercase equivalent of this string literal, as a new string literal.

Returns the uppercase equivalent of this string literal, as a new string literal.