srfs

Crates.iosrfs
lib.rssrfs
version0.1.2
sourcesrc
created_at2023-11-11 21:38:18.486676
updated_at2024-01-04 05:15:03.985821
descriptionSimple Rust File System
homepage
repositoryhttps://github.com/moturus/srfs
max_upload_size
id1032446
size29,982
(lasiotus)

documentation

README

Simple Rust File System

A simple filesystem impremented in Rust.

This crate is a work-in-progress. It contains synchronous high-level API, similar to std::fs::* in Rust, and uses crate srfs-core internally. For use with [std].

All basic filesystem features are implemented, with provisions for extensions.

At the moment only synchronous interface is provided.

See srfs-core crate for more technical information.

TODO:

  • crash recovery
  • timestamps
  • async API

Contributions are welcome.

Commit count: 0

cargo fmt