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

#391 in Filesystem

Download history 1118/week @ 2024-03-14 1123/week @ 2024-03-21 1792/week @ 2024-03-28 3199/week @ 2024-04-04 694/week @ 2024-04-11 2143/week @ 2024-04-18 3535/week @ 2024-04-25 2158/week @ 2024-05-02 2387/week @ 2024-05-09 1313/week @ 2024-05-16 2606/week @ 2024-05-23 1956/week @ 2024-05-30 1047/week @ 2024-06-06 682/week @ 2024-06-13 1427/week @ 2024-06-20 1369/week @ 2024-06-27

4,882 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