Crate polyfuse

Source
Expand description

A FUSE (Filesystem in Userspace) library for Rust.

Re-exports§

pub use crate::op::Operation;

Modules§

bytes
op
reply

Structs§

Data
The remaining part of request message.
KernelConfig
Parameters for setting up the connection with FUSE driver and the kernel side behavior.
Notifier
Request
Context about an incoming FUSE request.
Session
The object containing the contextrual information about a FUSE session.