Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Extended fs
An OS and architecture independent implementation of some Unix filesystems in Rust.
[!WARNING] This crate is provided as is and do not offer any guaranty. It is still in early development so bugs are excepted to occur. If you find one, please report it at https://codeberg.org/RatCornu/efs/issues. In all cases, please do NOT use this library for important data, and make sure to backup your data before using it.
Features
-
no_stdsupport (enabled by default). -
General interface for UNIX filesystems.
-
read/writeoperations on regular files, directories and symbolic links. -
Compatible with any device implementing
Read + Write + Seek. -
Fully documented.
Supported filesystems
If you want more supported filesystems, do not hesitate to open an issue on https://codeberg.org/RatCornu/efs/issues.
Usage
Add this to your Cargo.toml:
[dependencies]
efs = "0.4"
See examples on https://docs.rs/efs in src/lib.rs.
Features
-
ext2: enable theext2filesystem support -
std: enable the features depending on the standard library
By default, only the ext2 feature is set.
License
Licensed under the GNU General Public License v3.0 which can be found here.