Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 296 Bytes

File metadata and controls

6 lines (4 loc) · 296 Bytes

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.