Function lz_str::compress_to_utf16

source ·
pub fn compress_to_utf16(data: impl IntoWideIter) -> String
Expand description

Compress a string as a valid String.

This function converts the result back into a Rust String since it is guaranteed to be valid UTF16.