Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mgord9518/go-squashfuse
- Owner: mgord9518
- License: mit
- Created: 2022-06-22T21:10:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T19:28:03.000Z (over 2 years ago)
- Last Synced: 2023-03-05T15:02:40.141Z (almost 2 years ago)
- Language: Go
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)