| Crates.io | oxifs |
| lib.rs | oxifs |
| version | 0.1.0 |
| created_at | 2024-12-16 19:25:38.781543+00 |
| updated_at | 2024-12-16 19:25:38.781543+00 |
| description | A simple, fast tar based read only file system. |
| homepage | |
| repository | https://github.com/GrandEngineering/oxifs |
| max_upload_size | |
| id | 1485394 |
| size | 3,894 |
A simple, fast, read-only filesystem using tar archives that supports LibLoading.
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!