cberner / fuser

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

Refactor: Isolate mount backend specific code #139

Closed wmanley closed 3 years ago

wmanley commented 3 years ago

There is now no [cfg(feature="libfuse")]... code outside of mod mnt.

cberner commented 3 years ago

Merged. Thanks!