View Source divingbells (divingbells v0.0.1-alpha.1)

Compress or decompress a file by uses Huffman coding, or Huffman coding-like algorithms

Summary

Functions

Entry point for escript

Types

arguments/0

-type arguments() ::
          #arguments{f :: atom(), d :: atom(), compress :: boolean(), decompress :: boolean()}.

Functions

main(Args)

(since 0.0.1)
-spec main(Args) -> ok when Args :: list().

Entry point for escript

Returns ok