tree: 5d029c37d77af30e150fc71b146bbf237f0335ff [path history] [tgz]
  1. src/
  2. .cirrus.yml
  3. .gitignore
  4. .rustfmt.toml
  5. BUILD.bazel
  6. Cargo.toml
  7. LICENSE
  8. OWNERS
  9. README.fuchsia
  10. README.md
third_party/rust_crates/forks/fuse3/README.md

fuse3

an async version fuse library for rust

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
  • macos support

unstable

  • poll
  • notify_reply

Supported Rust Versions

The minimum supported version is 1.63.

License

MIT