Keine Beschreibung

liujingx e8fce1c961 feat: high level rename vor 11 Monaten
doc f188231dec refactor: wrap ext4_rs lib vor 1 Jahr
ext4_fuse 78c6eba8e3 feat: optional cache feature vor 11 Monaten
ext4_test 78c6eba8e3 feat: optional cache feature vor 11 Monaten
src e8fce1c961 feat: high level rename vor 11 Monaten
.gitignore 806a8275bf feat: impl fuse for ext4 vor 1 Jahr
Cargo.lock 2f9c092bb9 perf: add block cache vor 11 Monaten
Cargo.toml 78c6eba8e3 feat: optional cache feature vor 11 Monaten
LICENSE 4a6bbe7e46 Add license vor 1 Jahr
README.md f51ca173e7 doc: another ext4 description vor 11 Monaten

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.