RatCornu / efs

An OS and architecture independent implementation of some Unix filesystems in Rust.

Home Page:https://crates.io/crates/efs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ext2 implementation

RatCornu opened this issue · comments

  • Add a minimal version of the ext2 filesystem, and implement the FileSystem trait to it.
  • Add tests and fix potential misconceptions of the general filesystem structure.