c_str_to_string

Function c_str_to_string 

Source
pub unsafe fn c_str_to_string(c_str: *const c_char) -> String
Expand description

Helper function to convert a C string to a Rust String