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

https://github.com/berrysoft/vfs-tar

VFS for TAR files
https://github.com/berrysoft/vfs-tar

Last synced: 9 months ago
JSON representation

VFS for TAR files

Awesome Lists containing this project

README

          

# vfs-tar
This is a working implementation that bridges [vfs](https://lib.rs/crates/vfs) and tar.
Internally it uses [memmap2](https://lib.rs/crates/memmap2) and [tar-parser2](https://lib.rs/crates/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(?)