Module rust_jvm::util::modified_utf8 [] [src]

Modified UTF-8 string slices.

See §4.4.7.

Structs

ModifiedUtf8Error

Errors which can occur when attempting to interpret a sequence of u8 as a modified UTF-8 string.

Functions

from_modified_utf8

Converts a slice of bytes in modified UTF-8 encoding to a string slice.