cberner / fuser

Filesystem in Userspace (FUSE) for Rust
MIT License
836 stars 114 forks source link

Compiling without libfuse #126

Closed Mic92 closed 3 years ago

Mic92 commented 3 years ago

I currently maintain this fork here mainly for the reason to have libfuse as an optional feature (mounting fuse with root does not need it) and I also implemented most api level of fuse. Is compiling without libfuse something you would consider in fuser?

cberner commented 3 years ago

Yes, I would definitely consider it. In fact, I've already implemented that for Linux. Just build without the libfuse feature flag (which is enabled by default). If your implementation covers other platforms, I'd be very happy to merge it!