Module file_path

Source

Structs§

FilePath
File name represented as a nul-terminated byte array.

Functions§

bytes_with_null 🔒
Converts a byte slice into a null-terminated CStr.
vec_to_cstr
Converts a Vec<u8> into a null-terminated CStr.