Closed
Description
CStr
literals (c"Hello, world!"
) and raw literals (cr"Hello, World!"
) are supported as of rust-lang/rust#117472 and will be stabilized in ~1month. Would it be possible to add an option to emit this type of literal instead of &'static [u8]
for string literals? If it sounds like a good idea, I can try and take a pass at it, it'd be nice for several of my projects.