rfusefs - DEPRECATED

===============

DEPRECATED

This gem exists and is maintained for backwards compatibility only.

Existing RFuseFS filesystems are recommended to refactor to depend directly on ffi_libfuse which supports Fuse 3 and Macfuse


DESCRIPTION

RFuseFS is a port of the FuseFS library aimed at allowing Ruby programmers to quickly and easily create virtual filesystems with little more than a few lines of code.

RFuseFS is api compatible with FuseFS (0.7.0)

REQUIREMENTS:

~~DEVELOPERS~~~