7 unstable releases (3 breaking)

new 0.4.0 Mar 22, 2023
0.3.2 Mar 18, 2023
0.3.0 Jan 29, 2023
0.2.1 Jan 11, 2023
0.1.0 Jan 9, 2023

#343 in Filesystem

Download history 78/week @ 2023-01-04 98/week @ 2023-01-11 49/week @ 2023-01-18 76/week @ 2023-01-25 136/week @ 2023-02-01 72/week @ 2023-02-08 178/week @ 2023-02-15 121/week @ 2023-02-22 161/week @ 2023-03-01 187/week @ 2023-03-08 313/week @ 2023-03-15

845 downloads per month
Used in 2 crates (via ayaka-runtime)

MIT license

17KB
390 lines

vfs-tar

This is a working implementation that bridges vfs and tar. Internally it uses memmap2 and tar-parser2.

To-do list

  • Read-only file system.
  • Handle GNU long name.
  • Handle PAX.
  • Handle links.
  • Calculate checksum.
  • Make file system writable(?)

lib.rs:

This is a bridge of [vfs] and TAR files.

Dependencies

~1MB
~21K SLoC