Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgord9518/go-squashfuse

NOT affiliated with the original C project <github.com/vasi/squashfuse>. go-squashfuse intends to be the Go version of it, making mounting SquashFS files easy.
https://github.com/mgord9518/go-squashfuse

Last synced: 3 months ago
JSON representation

NOT affiliated with the original C project <github.com/vasi/squashfuse>. go-squashfuse intends to be the Go version of it, making mounting SquashFS files easy.

Awesome Lists containing this project

README

        

# go-squashfuse
TODO:
- [X] Read files without copying their entire contents into memory (VERY IMPORTANT)
- [ ] Add support for pure go by adding
- [ ] Make files seekable (VERY IMPORTANT)
- [ ] Fix crash when reading from multiple files at once (VERY IMPORTANT)