Implemented the rest of the compression types

Haven't implemented LZO due to limited libraries
This commit is contained in:
Caleb Gardner
2020-12-09 01:40:30 -06:00
parent 1da97137a5
commit 5c3bf8d528
7 changed files with 144 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
# squashfs [![PkgGoDev](https://pkg.go.dev/badge/github.com/CalebQ42/squashfs)](https://pkg.go.dev/github.com/CalebQ42/squashfs)
# squashfs
[![PkgGoDev](https://pkg.go.dev/badge/github.com/CalebQ42/squashfs)](https://pkg.go.dev/github.com/CalebQ42/squashfs) [![Go Report Card](https://goreportcard.com/badge/github.com/CalebQ42/squashfs)](https://goreportcard.com/report/github.com/CalebQ42/squashfs)
A PURE Go library to read and write squashfs.