#tar #system #vfs #file #linux #tar-archive

oxifs

A simple, fast tar based read only file system

1 unstable release

0.1.0 Dec 16, 2024

#672 in Filesystem

Download history 110/week @ 2024-12-16

110 downloads per month

GPL-2.0-only

4KB
59 lines

oxifs

A simple, fast, read-only filesystem using tar archives that supports LibLoading.

Usage

let fs = OxiFS::new("foo.tar");
let mut file = File::open(fs.tempdir.path().join("mod.so")).unwrap(); // READ ONLY, trying to write will probably cause a panic!

Dependencies

~1.9–9.5MB
~116K SLoC