Crate unishox_rs

source ·

Structs

  • This structure is used when a string array needs to be compressed. This is passed as a parameter to the unishox2_decompress_lines() function

Constants

Functions

  • Comprehensive API for compressing a string
  • More Comprehensive API for compressing array of strings
  • Simple API for compressing a string @param[in] in Input ASCII / UTF-8 string @param[in] len length in bytes @param[out] out output buffer - should be large enough to hold compressed output
  • Comprehensive API for de-compressing a string
  • More Comprehensive API for de-compressing array of strings \n This function is not be used in conjuction with unishox2_compress_lines()
  • Simple API for decompressing a string @param[in] in Input compressed bytes (output of unishox2_compress functions) @param[in] len length of ‘in’ in bytes @param[out] out output buffer for ASCII / UTF-8 string - should be large enough