rfuse3

Crates.iorfuse3
lib.rsrfuse3
version0.0.5
created_at2025-06-13 01:58:34.996377+00
updated_at2025-11-17 03:47:34.269465+00
descriptionFUSE user-space library async version implementation.
homepage
repositoryhttps://github.com/r2cn-dev/rk8s/tree/main/project/rfuse3
max_upload_size
id1710962
size521,688
Tianxing Ye (benjamin-747)

documentation

README

rfuse3

an async version fuse library for rust This project contains code derived from fuse3 Enhanced and optimized async FUSE implementation.

Cargo Documentation License

feature

  • 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 and no_open_dir option

still not support

  • ioctl implement
  • fuseblk mode

unstable

  • poll
  • notify_reply

Supported Rust Versions

The minimum supported version is 1.75.

License

MIT

Commit count: 205

cargo fmt