Crates.io | fs-mumu |
lib.rs | fs-mumu |
version | 0.1.3 |
created_at | 2025-08-16 07:35:22.964578+00 |
updated_at | 2025-09-20 11:52:12.372736+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 | 1798081 |
size | 28,734 |
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.