Module raw

Module raw 

Source
Available on crate feature core only.
Expand description

Raw C string processing.

Functions§

nstd_core_cstr_raw_compare
Compares two raw null-terminated C strings, returning NSTD_TRUE if they are lexicographically equal.
nstd_core_cstr_raw_copy
Copies the contents of one raw C string to another, excluding the source’s null-terminator.
nstd_core_cstr_raw_copy_with_null
Copies the contents of one raw C string to another, including the source’s null-terminator.
nstd_core_cstr_raw_len
Gets the length of a raw null terminated C string, not counting the C string’s null byte.
nstd_core_cstr_raw_len_with_null
Gets the length of a raw null terminated C string, counting the C string’s null byte.