-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
I'm writing a fuse filesystem which doesn't fit nicely with inodes.
In C, I would use fuse.h rather than fuse_lowlevel.h.
At first glance, this crate's API looks most similar to fuse_lowlevel.h - i.e. it has inodes.
Does this crate also implement the equivalent of Fuse's highlevel API?
- If so, how do I use that?
- If not, is there a Rust library which would let me use Fuse's highlevel API?
Metadata
Metadata
Assignees
Labels
No labels