Skip to main content

code_string_raw

Function code_string_raw 

Source
pub fn code_string_raw(ptr: *const c_char) -> CodeValue
Expand description

Create a String value from a raw *const c_char pointer.

Use this when you already hold a C string pointer (e.g. a c"..." literal or a pointer received from the runtime).