Skip to main content

is_cstr_strict_constructor

Function is_cstr_strict_constructor 

Source
pub fn is_cstr_strict_constructor(name: &str) -> bool
Expand description

Strict C-string constructors whose caller must guarantee NUL termination (CStr::from_bytes_with_nul_unchecked, CString::from_vec_with_nul_unchecked).