Fără Descriere

liujingx 2f9c092bb9 perf: add block cache 1 an în urmă
doc f188231dec refactor: wrap ext4_rs lib 1 an în urmă
ext4_fuse 9c0d538828 feat: fuse tool enable load and save image 1 an în urmă
ext4_test 4474ef05df refactor: rename crate as another_ext4 1 an în urmă
src 2f9c092bb9 perf: add block cache 1 an în urmă
.gitignore 806a8275bf feat: impl fuse for ext4 1 an în urmă
Cargo.lock 2f9c092bb9 perf: add block cache 1 an în urmă
Cargo.toml 2f9c092bb9 perf: add block cache 1 an în urmă
LICENSE 4a6bbe7e46 Add license 1 an în urmă
README.md f51ca173e7 doc: another ext4 description 1 an în urmă

README.md

Another Ext4 File System in Rust

Rust implementation of ext4 file system. This file system is checked by Metis Model Checker. See here for details.

Initial version is forked from ext4_rs.