pub fn compress_content(content: &str) -> AmemResult<Vec<u8>>Expand description
Compress UTF-8 content bytes with LZ4 (prepend size for decompression).
pub fn compress_content(content: &str) -> AmemResult<Vec<u8>>Compress UTF-8 content bytes with LZ4 (prepend size for decompression).