5c3bf8d528
Haven't implemented LZO due to limited libraries
16 lines
968 B
Markdown
16 lines
968 B
Markdown
# squashfs
|
|
|
|
[](https://pkg.go.dev/github.com/CalebQ42/squashfs) [](https://goreportcard.com/report/github.com/CalebQ42/squashfs)
|
|
|
|
A PURE Go library to read and write squashfs.
|
|
|
|
Currently, you can read a squashfs and extract files (folder extraction not supported. Yet).
|
|
|
|
Special thanks to https://dr-emann.github.io/squashfs/ for some VERY important information in an easy to understand format.
|
|
Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree/master/internal/squashfs) as I referenced it to figure some things out (and double check others).
|
|
|
|
# [TODO](https://github.com/CalebQ42/squashfs/projects/1?fullscreen=true)
|
|
|
|
# Where I'm at
|
|
|
|
* Working on the File interface that should make it easier to deal with squashfs files. I'm also trying to make them capable for when I get squashing working. |