This repository moved to codeberg: check it here: https://codeberg.org/RatCornu/efs.
An OS and architecture independent implementation of some Unix filesystems in Rust.
-
no_std
support (enabled by default) -
General interface for UNIX filesystems
-
read
/write
regular files -
Read directories content
Add this to your Cargo.toml
:
[dependencies]
efs = "0.2"
-
ext2
: enable theext2
filesystem support -
std
: enable the features depending on the standard library
By default, only the ext2
feature is set.