Crate const_str_proc_macro[][src]

Expand description

const-str proc macros

Macros

Converts a string literal to a byte string literal

Converts a byte string literal to a string literal

Returns the length of the string literal

Replaces all matches of a pattern with another string literal.

Converts a string literal into an array of its characters.

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.