8 releases

0.4.1 Dec 19, 2023
0.4.0 Mar 22, 2023
0.3.2 Mar 18, 2023
0.3.0 Jan 29, 2023
0.1.0 Jan 9, 2023

#376 in Filesystem

Download history 1061/week @ 2023-11-29 7628/week @ 2023-12-06 1173/week @ 2023-12-13 861/week @ 2023-12-20 348/week @ 2023-12-27 653/week @ 2024-01-03 925/week @ 2024-01-10 1128/week @ 2024-01-17 1016/week @ 2024-01-24 1408/week @ 2024-01-31 735/week @ 2024-02-07 785/week @ 2024-02-14 1369/week @ 2024-02-21 1100/week @ 2024-02-28 1996/week @ 2024-03-06 1115/week @ 2024-03-13

5,881 downloads per month
Used in 2 crates (via ayaka-runtime)

MIT license

18KB
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

~1.5MB
~25K SLoC