Aucune description

liujingx 3c3e03a1b6 fix: cargo clippy il y a 4 mois
doc f188231dec refactor: wrap ext4_rs lib il y a 1 an
ext4_fuse 282418b4b1 feat: fuser root inode = 1 feature il y a 1 an
ext4_test da7c561b04 refactor: remove file module il y a 1 an
src 3c3e03a1b6 fix: cargo clippy il y a 4 mois
.gitignore 806a8275bf feat: impl fuse for ext4 il y a 1 an
Cargo.lock 2f9c092bb9 perf: add block cache il y a 1 an
Cargo.toml 282418b4b1 feat: fuser root inode = 1 feature il y a 1 an
LICENSE 4a6bbe7e46 Add license il y a 1 an
README.md f51ca173e7 doc: another ext4 description il y a 1 an

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.