Skip to content

lwoggardner/rfusefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4961638 · Jan 8, 2023

History

86 Commits
Jan 8, 2023
Jan 8, 2023
Aug 9, 2014
Jan 8, 2023
Jan 8, 2023
Jan 8, 2023
Oct 4, 2020
Jan 8, 2023
Jan 8, 2023
Oct 4, 2020
Jan 8, 2023
Jan 8, 2023
Oct 4, 2020
Jan 8, 2023

Repository files navigation

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~~~