Skip to main content

create_raw_string

Macro create_raw_string 

Source
macro_rules! create_raw_string {
    ($rstr:expr) => { ... };
}
Expand description

Create a raw string from &str.

Remember to FREE THIS!