fuse3

Crates.iofuse3
lib.rsfuse3
version0.7.2
sourcesrc
created_at2020-04-30 14:30:14.547014
updated_at2024-05-07 16:52:52.971405
descriptionFUSE user-space library async version implementation.
homepage
repositoryhttps://github.com/Sherlock-Holo/fuse3
max_upload_size
id235837
size319,043
Sherlock Holo (Sherlock-Holo)

documentation

README

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.75.

License

MIT

Commit count: 246

cargo fmt