Skip to content

larzconwell/bzip2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bzip2

GoDoc

Package bzip2 implements reading and writing of bzip2 format compressed files.

Currently this focuses on the writer since compress/bzip2 doesn't include one.

Hopefully this will be eventually merged into the standard library without any changes on the users part.

Notes

References used to write the writer since there's no specification:

Install

go get github.com/larzconwell/bzip2

License

MIT licensed, see here

About

Go package implementing access to compress and decompress bzip2 data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages