Module fuse3::path[][src]

path based

it is recommend to use path based PathFilesystem first, PathFilesystem is more simple than inode based Filesystem. However if you want to control the inode or do the path<->inode map on yourself, use Filesystem.

Modules

prelude
reply

reply structures.

Structs

Request

Request data

Session

fuse filesystem session, path based.

Traits

PathFilesystem

Path based filesystem trait.