Skip to content

devwraithe/file-comp-decomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Comp Decomp Testing

1. Build the project:

cargo build

2. Create a test input file:

echo "This is a test file for compression and decompression." > test_input.txt

3. Run the compression:

cargo run -- --compress --input test_input.txt --output test_output.gz

4. Run the decompression:

cargo run -- --decompress --input test_output.gz --output test_decompressed.txt

5. Verify the contents:

diff test_input.txt test_decompressed.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages