#fuse #bindings #api-bindings #system

sys rofuse

Filesystem in Userspace (FUSE) for Rust

5 releases

0.0.5 Dec 9, 2021
0.0.4 Dec 9, 2021
0.0.3 Dec 3, 2021
0.0.2 Nov 10, 2021
0.0.1 Oct 28, 2021

#50 in #fuse

24 downloads per month

MIT license

315KB
7.5K SLoC

FUSE (Filesystem in Userspace) for Rust

Build Status Crates.io Documentation MIT License dependency status

Rofuse

The library rofuse was forked from the fuser. Rofuse supports restore from panic, but it can only restore on Tencent OS currently.


lib.rs:

FUSE userspace library implementation

This is an improved rewrite of the FUSE userspace library (lowlevel interface) to fully take advantage of Rust's architecture. The only thing we rely on in the real libfuse are mount and unmount calls which are needed to establish a fd to talk to the kernel driver.

Dependencies

~3.5–5MB
~78K SLoC