Crates.io | ken-memofs |
lib.rs | ken-memofs |
version | 0.3.0 |
source | src |
created_at | 2024-04-10 00:28:20.259616 |
updated_at | 2024-04-10 00:28:20.259616 |
description | Virtual filesystem with configurable backends. |
homepage | https://github.com/rojo-rbx/rojo/tree/master/memofs |
repository | |
max_upload_size | |
id | 1202967 |
size | 33,709 |
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::fs
StdBackend
, 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.