Skip to content

CyanChanges/zig-zipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ zig-zipper

⚡ Blazing fast ⚡ byte level zipping and unzipping.

🙋 Zip and Unzipping

Just like how you zip your zipper.

Similarly to zipper, but this time we zip bytes instead.

1|3|5|7|9
|2|4|6|8|
Example

Unzipping

In

123456

Out[0]

246

Out[1]

135

Unzipping

In[0]

246

In[1]

135

Out

123456

⭐ Usage

** Unzip file named 0d00 **

$ zipper unzip 0d00

Creates 0d00.0 (even bytes) and 0d00.1 (odd bytes).

** Zipping 0d00.0 and 0d00.1 together **

output defaults to stdout if not specified.

$ zipper zip 0d00.0 0d00.1 > 0d00

Redirect stdout to file 0d00 which contains zipped bytes.

** Zipping 0d00.0 and 0d00.1 to 0d00_0721 **

$ zipper zip 0d00.0 0d00.1 0d00_0721

Write zipped bytes into the file 0d00_0721

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages