Sen descrición

liujingx 9dad923969 style: high level ops hai 1 ano
doc f188231dec refactor: wrap ext4_rs lib hai 1 ano
ext4_fuse 78c6eba8e3 feat: optional cache feature hai 1 ano
ext4_test 78c6eba8e3 feat: optional cache feature hai 1 ano
src 9dad923969 style: high level ops hai 1 ano
.gitignore 806a8275bf feat: impl fuse for ext4 hai 1 ano
Cargo.lock 2f9c092bb9 perf: add block cache hai 1 ano
Cargo.toml 78c6eba8e3 feat: optional cache feature hai 1 ano
LICENSE 4a6bbe7e46 Add license hai 1 ano
README.md f51ca173e7 doc: another ext4 description hai 1 ano

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.