| Crates.io | memofs |
| lib.rs | memofs |
| version | 0.3.0 |
| created_at | 2020-03-11 01:12:14.672571+00 |
| updated_at | 2024-07-26 02:19:20.850608+00 |
| description | Virtual filesystem with configurable backends. |
| homepage | https://github.com/rojo-rbx/rojo/tree/master/memofs |
| repository | |
| max_upload_size | |
| id | 217428 |
| size | 34,180 |
Implementation of a virtual filesystem with a configurable backend and file watching.
memofs is currently an unstable minimum viable library. Its primary consumer is Rojo, a build system for Roblox.
std::fsStdBackend, which uses std::fs and the notify crateNoopBackend, which always throws errorsInMemoryFs, a simple in-memory filesystem useful for testingmemofs is available under the terms of the MIT license. See LICENSE.txt or https://opensource.org/licenses/MIT for more details.