fuse3

Crates.iofuse3
lib.rsfuse3
version0.8.1
sourcesrc
created_at2020-04-30 14:30:14.547014
updated_at2024-09-27 16:43:21.234111
descriptionFUSE user-space library async version implementation.
homepage
repositoryhttps://github.com/Sherlock-Holo/fuse3
max_upload_size
id235837
size334,357
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

unstable

  • poll
  • notify_reply

Supported Rust Versions

The minimum supported version is 1.75.

License

MIT

Commit count: 278

cargo fmt