| Crates.io | srfs-core |
| lib.rs | srfs-core |
| version | 0.1.2 |
| created_at | 2023-11-11 21:30:47.493252+00 |
| updated_at | 2024-01-04 05:13:02.667762+00 |
| description | Simple Rust File System (Core) |
| homepage | |
| repository | https://github.com/moturus/srfs-core |
| max_upload_size | |
| id | 1032443 |
| size | 127,618 |
A simple filesystem impremented in Rust [no_std].
This crate is a work-in-progress. It contains low-level code to work directly with block devices (see trait SyncBlockDevice).
Higher-level API, dependent on [std], lives in crate srfs.
All basic filesystem features are implemented, with provisions for extensions.
At the moment only synchronous interface is provided. See src/tests.rs for usage examples.
TODO:
Contributions are welcome.