9 unstable releases

0.5.0 Sep 15, 2024
0.4.1 Dec 19, 2023
0.4.0 Mar 22, 2023
0.3.2 Mar 18, 2023
0.1.0 Jan 9, 2023

#302 in Filesystem

Download history 1148/week @ 2024-08-18 1014/week @ 2024-08-25 1333/week @ 2024-09-01 1299/week @ 2024-09-08 1019/week @ 2024-09-15 672/week @ 2024-09-22 994/week @ 2024-09-29 993/week @ 2024-10-06 1143/week @ 2024-10-13 1322/week @ 2024-10-20 1207/week @ 2024-10-27 770/week @ 2024-11-03 716/week @ 2024-11-10 559/week @ 2024-11-17 162/week @ 2024-11-24 653/week @ 2024-12-01

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

MIT license

18KB
400 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.2–7.5MB
~62K SLoC