You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`efs`](https://crates.io/efs) is a recently published `no-std` library which provides an OS and architecture independent implementation of some UNIX filesystems in Rust.
88
+
89
+
Currently only the [ext2 filesystem](https://fr.wikipedia.org/wiki/Ext2) is directly implemented, but I will soonly work on other filesystems!
90
+
91
+
It's still young so it may contain bugs, but it's hugely tested so that it does not happen.
92
+
93
+
Some of the features provided :
94
+
95
+
*`no_std` support (enabled by default)
96
+
97
+
* General interface for UNIX files and filesystems
98
+
99
+
*`read/write` regular files
100
+
101
+
* retrieve, add and remove directory entries directly from a path and a current working directory.
102
+
103
+
I hope you will find this useful! If you have any remark, idea or issue, do not hesitate to submit an issue!
0 commit comments