Project

rfusefs

0.04
Low commit activity in last 3 years
No release in over a year
A more Ruby like way to write FUSE filesystems - inspired by (compatible with) FuseFS, implemented over RFuse
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 2.0
 Project Readme

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