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

#370 in Filesystem

Download history 707/week @ 2024-01-05 919/week @ 2024-01-12 1009/week @ 2024-01-19 1544/week @ 2024-01-26 1026/week @ 2024-02-02 532/week @ 2024-02-09 1228/week @ 2024-02-16 1171/week @ 2024-02-23 1395/week @ 2024-03-01 1896/week @ 2024-03-08 1045/week @ 2024-03-15 1296/week @ 2024-03-22 2056/week @ 2024-03-29 2967/week @ 2024-04-05 417/week @ 2024-04-12 2115/week @ 2024-04-19

7,852 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
~27K SLoC