1 unstable release
0.1.0 | Dec 16, 2024 |
---|
#672 in Filesystem
110 downloads per month
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