Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Repository files navigation

BuildDocumentationcrates.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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages