[−][src]Crate const_str_proc_macro
const-str proc macros
Macros
| replace | Replaces all matches of a pattern with another string literal. |
| to_lowercase | Returns the lowercase equivalent of this string literal, as a new string literal. |
| to_uppercase | Returns the uppercase equivalent of this string literal, as a new string literal. |