Function parse_slice_as_string

Source
pub fn parse_slice_as_string(bytes: &[u8]) -> Result<&str, StringError>
Expand description

Parses the provided byte sequence as Multiboot string, which maps to a [str].