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

Latest commit

 

History

History
55 lines (32 loc) · 1.39 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.39 KB

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.