| Crates.io | srfs |
| lib.rs | srfs |
| version | 0.1.2 |
| created_at | 2023-11-11 21:38:18.486676+00 |
| updated_at | 2024-01-04 05:15:03.985821+00 |
| description | Simple Rust File System |
| homepage | |
| repository | https://github.com/moturus/srfs |
| max_upload_size | |
| id | 1032446 |
| size | 29,982 |
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:
Contributions are welcome.