Crate async_fusex

Crate async_fusex 

Source
Expand description

Implementation of FUSE library

Modules§

channel
The implementation of FUSE channel
error
file_system
The FileSystem trait
fs_util
The implementation of filesystem related utilities
fuse_reply
The implementation of FUSE response
fuse_request
The implementation for FUSE request
mount
The implementation of FUSE mount and un-mount
protocol
FUSE kernel interface.
session
The implementation of FUSE session

Macros§

function_name
Get function name inside a function.

Structs§

DirEntry
Represents a directory entry in a filesystem.
FuseFs

Enums§

FileType
Represents the type of a file in a filesystem.

Traits§

VirtualFs
Virtual filesystem trait