Function cstring_to_string

Source
pub fn cstring_to_string(cstr: &CStr) -> String
Expand description

Converts a CStr to a Rust String.