Lua bindings for the Filesystems in Userspace (FUSE) library

LUSE is a Lua binding for the FUSE (Filesystems in Userspace) library.
It lets developers create a filesystem in Lua. Since FUSE itself is not
very fast, LUSE tries to not further slow things down, and adopted a
userdata-based approach to data passing.

Versions

1.0.2-19 years ago40 downloads

Dependencies

lua >= 5.1

Labels