fuse-mt
fuse-mt copied to clipboard
fuse_mt::FuseMT is underdocumented.
trafficstars
fuse_mt::mount requries Filesystem trait, but docs suggest implementing FilesystemMT trait.
FuseMT seems to be the missing link, but it is not documented whatsoever.
I also expected fuse_mt to have a wrapper around mount and spawn_mount that does fuse_mt::FuseMT::new automatically.
Good points both. Yeah, the documentation should clarify this, and/or the mount function should make it more obvious.