Module string

Source

Enums§

StringConversionError

Functions§

cstring_to_string
Convert a C string pointer to a Rust String
parse_c_string_from_userspace
Parse a null-terminated C string from user space using task’s VM manager
parse_string_array_from_userspace
Parse an array of string pointers (char **) from user space