safe_cstring

Function safe_cstring 

Source
pub fn safe_cstring(s: &str) -> CString
Expand description

Helper function to create a CString safely This follows the pattern used in dear-imgui for safe string conversion