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

#267 in Filesystem

Download history 563/week @ 2024-07-30 652/week @ 2024-08-06 1099/week @ 2024-08-13 906/week @ 2024-08-20 1224/week @ 2024-08-27 1330/week @ 2024-09-03 1430/week @ 2024-09-10 895/week @ 2024-09-17 573/week @ 2024-09-24 970/week @ 2024-10-01 1269/week @ 2024-10-08 1094/week @ 2024-10-15 1046/week @ 2024-10-22 1196/week @ 2024-10-29 763/week @ 2024-11-05 766/week @ 2024-11-12

4,147 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–8MB
~66K SLoC