Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
/ efs Public archive

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md
Notifications You must be signed in to change notification settings

RatCornu/efs

Repository files navigation

Build Documentation crates.io-badge

This repository moved to codeberg: check it here: https://codeberg.org/RatCornu/efs.

Extended fs

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

Features

  • no_std support (enabled by default)

  • General interface for UNIX filesystems

  • read/write regular files

  • Read directories content

Supported filesystems

Usage

Add this to your Cargo.toml:

[dependencies]
efs = "0.2"

Features

  • ext2: enable the ext2 filesystem support

  • std: enable the features depending on the standard library

By default, only the ext2 feature is set.

About

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

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Packages

No packages published