Crate maelstrom_fuse

source ·
Expand description

This crate contains code to help implement the Linux FUSE API using async Rust.

The guts were adapted from the fuser crate and can be found in the fuser module

Re-exports§

Modules§

  • FUSE userspace library implementation

Structs§

Enums§

Traits§

Functions§

  • Serve a FUSE connection using the provided handler and name. The FUSE connection will be mounted in a child process in its own namespace.
  • Serve a FUSE connection using the provided handler and file-descriptor. The file-descriptor must have been obtained by opening /dev/fuse.

Type Aliases§