lzf_gleam
Compress and decompress using LZF algorithm
gleam add lzf_gleam
import lzf
pub fn main() {
"abcabcabcabcabcabc" |> compress
// <<3, 97, 98, 99, 240, 3, 240, 9, 1, 99>>
}
Further documentation can be found at https://hexdocs.pm/lzf_gleam.
Development
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell