Crates.io | mumu-fs |
lib.rs | mumu-fs |
version | 0.1.0 |
created_at | 2025-06-22 13:36:27.703553+00 |
updated_at | 2025-06-22 13:36:27.703553+00 |
description | Filesytem tools plugin for the Lava language |
homepage | https://lava.nu11.uk |
repository | https://gitlab.com/tofo/mumu-fs |
max_upload_size | |
id | 1721638 |
size | 28,640 |
Adds file calls to the Lava interpreter.
extend("fs")
from Lava to load at runtime.fs:exists(filename)
: Returns true if the file exists (or is accessible, directory or file), else false.