module Compress::LZ4

Defined in:

lz4.cr
lz4/lib.cr

Constant Summary

LZ4_VERSION = SemanticVersion.parse(String.new(LibLZ4.version_string))
LZ4_VERSION_MINIMUM = SemanticVersion.parse("1.9.2")
VERSION = "1.0.0"

Class Method Summary

Class Method Detail

def self.decode(compressed : Bytes) : Bytes #

[View source]
def self.encode(content : String) #

[View source]
def self.encode(content : Bytes) #

[View source]