We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fuse_mt::mount requries Filesystem trait, but docs suggest implementing FilesystemMT trait.
fuse_mt::mount
Filesystem
FilesystemMT
FuseMT seems to be the missing link, but it is not documented whatsoever.
FuseMT
I also expected fuse_mt to have a wrapper around mount and spawn_mount that does fuse_mt::FuseMT::new automatically.
fuse_mt
mount
spawn_mount
fuse_mt::FuseMT::new
The text was updated successfully, but these errors were encountered:
Good points both. Yeah, the documentation should clarify this, and/or the mount function should make it more obvious.
Sorry, something went wrong.
wfraser
No branches or pull requests
fuse_mt::mount
requriesFilesystem
trait, but docs suggest implementingFilesystemMT
trait.FuseMT
seems to be the missing link, but it is not documented whatsoever.I also expected
fuse_mt
to have a wrapper aroundmount
andspawn_mount
that doesfuse_mt::FuseMT::new
automatically.The text was updated successfully, but these errors were encountered: