an async version fuse library for rust
- support unprivileged mode by using
fusermount3
- support
readdirplus
to improve read dir performance - support posix file lock
- support handles the
O_TRUNC
open flag - support async direct IO
- support enable
no_open
andno_open_dir
option
ioctl
implement- fuseblk mode
- macos support
poll
notify_reply
The minimum supported version is 1.75.
MIT