Нема описа

liujingx fe0c4d2e7a fix: unmatched inode block size пре 10 месеци
doc f188231dec refactor: wrap ext4_rs lib пре 1 година
ext4_fuse 78c6eba8e3 feat: optional cache feature пре 10 месеци
ext4_test 78c6eba8e3 feat: optional cache feature пре 10 месеци
src fe0c4d2e7a fix: unmatched inode block size пре 10 месеци
.gitignore 806a8275bf feat: impl fuse for ext4 пре 1 година
Cargo.lock 2f9c092bb9 perf: add block cache пре 10 месеци
Cargo.toml 78c6eba8e3 feat: optional cache feature пре 10 месеци
LICENSE 4a6bbe7e46 Add license пре 1 година
README.md f51ca173e7 doc: another ext4 description пре 11 месеци

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.