Crate fuse

Source
Expand description

A Rust helper library for creating File-system in User Space (FUSE) daemons, aimed in particular at virtio-fs.

Modules§

  • Defines the kernel interface of FUSE.

Structs§

  • A simple driver for a FUSE session using /dev/fuse.
  • Reply data for the create operation.
  • A request received from the FUSE kernel module.
  • A FUSE session for a file system.
  • Provides information about a session. Public fields may be modified during init.

Enums§

Traits§

  • Helpers for writing a reply for read_dir or read_dir_plus.
  • Trait that FUSE file systems must implement.
  • Trait for mapping files into a shared memory region.
  • Trait used by objects that send FUSE replies to the kernel.
  • Helpers to parse FUSE messages.

Type Aliases§