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_stdsupport (enabled by default) -
General interface for UNIX filesystems
-
read/writeregular files -
Read directories content
Add this to your Cargo.toml:
[dependencies]
efs = "0.2"
-
ext2: enable theext2filesystem support -
std: enable the features depending on the standard library
By default, only the ext2 feature is set.