RatCornu / efs

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

Home Page:https://crates.io/crates/efs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://crates.io/crates/efs

License:Apache License 2.0


Languages

Language:Rust 99.4%Language:Nix 0.6%