File now implements os.FileInfo

This commit is contained in:
Caleb Gardner
2020-12-11 01:38:53 -06:00
parent 6dfcb1cf80
commit 495d2345a4
3 changed files with 79 additions and 42 deletions
+1 -5
View File
@@ -11,8 +11,4 @@ The only major thing missing from squashfs reading is Xattr parsing.
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.
# [TODO](https://github.com/CalebQ42/squashfs/projects/1?fullscreen=true)