cstringify
0.0.1
cstringify
Macro
cstringify
Copy item path
Source
macro_rules! cstringify { ($x:path) => { ... }; }
Expand description
Creates a
&'static CStr
from a path.