vfs-tar
This is a working implementation that bridges vfs and tar.
Internally it uses memmap2 and tar-parser2.
To-do list
- [x] Read-only file system.
- [x] Handle GNU long name.
- [x] Handle PAX.
- [x] Handle links.
- [x] Calculate checksum.
- [ ] Make file system writable(?)