Skip to main content

code_string

Function code_string 

Source
pub fn code_string(s: &str) -> CodeValue
Expand description

Create a String value. The string is leaked into a C-compatible pointer that lives for the remainder of the process — fine for return values and module descriptors.