#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

#677 in Filesystem

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

~2–10MB
~127K SLoC