A lossy text compression algorithem
Currently I would only decode Text that does not included non ASCII characters.
cargo build
./target/release/ltc e --input normal.txt --output encoded.hm --type 0
./target/release/ltc d --input encoded.hm --output decoded.txt --type 0