Expand description
Implementation of FUSE library
Modules§
- channel
- The implementation of FUSE channel
- error
- file_
system - The
FileSystemtrait - 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§
Enums§
- File
Type - Represents the type of a file in a filesystem.
Traits§
- Virtual
Fs - Virtual filesystem trait