-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is it Rust re-implementation of libfuse or just bindings to libfuse? #136
Comments
The fuse library is only used for the |
Shall there be a Cargo feature that turns off (or maybe turns on) system |
If anything, please do not hard-code the path to |
Do you maybe have that code with fusermount? |
I wonder why didn't you implement fusermount in rust? With fusermount being a setuid root program it seems to be a good candidate for rewriting in a safe language. |
README:
Changelog:
Where's the truth? I supposed it only needed
fusermount
suid executable, not the library.Can I cross-compile projects using
rust-fuse
without having C compiler or libraries around? Or how else can I use advantages of it being "not just the bindings"?The text was updated successfully, but these errors were encountered: