Skip to content

Spoons/RustFileCompressorLZW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

requires rust and cargo
requires MSVC2013 or later on windows

to use
install rust
cargo run [file-name]

to use sample file:
cargo run input

compressed file will be saved as compressed.file
extracted output will be saved as output
if output file already exists it will be overridden

About

Simple LZW compression written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages