Download Source Code RFuse 1.1.1
Peter Schrammel is announcing that RFuse with version number 1.1.1 is already available to download.
What is RFuse ?
RFuse is .
FUSE (Filesystem in USErspace) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. FUSE aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. RFuse implements a Ruby interface for FUSE, so you can implement a Filesystem in Ruby. This library provides the low-level fuse operations as callbacks into a Ruby object.
This is changelog for RFuse version 1.1.1 :
You can read the complete changelog and also download this latest version on their homepage: github.com