1 unstable release
0.1.0 | Dec 16, 2024 |
---|
#677 in Filesystem
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