Без опису

liujingx da7c561b04 refactor: remove file module 10 місяців тому
doc f188231dec refactor: wrap ext4_rs lib 1 рік тому
ext4_fuse 78c6eba8e3 feat: optional cache feature 10 місяців тому
ext4_test da7c561b04 refactor: remove file module 10 місяців тому
src da7c561b04 refactor: remove file module 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 10 місяців тому

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.