Function lz_str::compress_to_uint8_array
source · pub fn compress_to_uint8_array(data: impl IntoWideIter) -> Vec<u8>
Expand description
Compress a string into a Vec<u8>
.
pub fn compress_to_uint8_array(data: impl IntoWideIter) -> Vec<u8>
Compress a string into a Vec<u8>
.