Expand description
this library provides several proc macros that can be called from declarative macros in order to manipulate literals.
Macrosยง
- into_
bytestr - convert any type of string literal into a bytestring literal.
- into_
cstr - convert any type of string literal into a c string literal.
- into_
str - convert any type of string literal into a plain string literal.