-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the status of fuse3? #1
Comments
this is a rust lib with some features, if you want to use it, you must enable the feature in |
Thanks. How do I run the examples? |
sorry for the late reply @happybeing . |
I tried to compile examples today and found an issue about
It's because I was using rust stable 1.47 version which lacks the fix of RawFd implementation: rust-lang/rust#76969. And after upgrade to 1.50, it can be compiled. So I suggest you add a requirement of the rust toolchain version to avoid this pitfall. And thank you for this great project I have been looking forward for a long time! |
@jason-ni i always use the nightly version toolchains so never found this problem, thanks for your advice |
the minimum rust version is added into the README @jason-ni |
Thank you! |
I push some beta version for the new version, you can have a try for this and give me some advise if you found some api can be better |
I'm looking at Rust fuse libs for a distributed FS and wonder what is the status of fuse3?
cargo build
in./examples
succeeds (with a handful of warnings) but am not sure how to run them?cargo build
in./
fails with an error:I'm still new to Rust so maybe missing something obvious. Thanks.
The text was updated successfully, but these errors were encountered: