Function lz_str::compress

source ·
pub fn compress(data: impl IntoWideIter) -> Vec<u16>
Expand description

Compress a string into a Vec<u16>.

The resulting Vec may contain invalid UTF16.