Giter Club home page Giter Club logo

Comments (8)

Sherlock-Holo avatar Sherlock-Holo commented on September 26, 2024 1

sorry for the late reply @happybeing .
cd into the example directory and run cargo run

from fuse3.

Sherlock-Holo avatar Sherlock-Holo commented on September 26, 2024

this is a rust lib with some features, if you want to use it, you must enable the feature tokio-runtime or async-std-runtime.

in examples it enables feature async-std-runtime by default so cargo build will succeed

from fuse3.

happybeing avatar happybeing commented on September 26, 2024

Thanks. How do I run the examples?

from fuse3.

jason-ni avatar jason-ni commented on September 26, 2024

Hi @Sherlock-Holo

I tried to compile examples today and found an issue about RawFd:

the trait `std::os::unix::io::AsRawFd` is not implemented for `i32`

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!

from fuse3.

Sherlock-Holo avatar Sherlock-Holo commented on September 26, 2024

@jason-ni i always use the nightly version toolchains so never found this problem, thanks for your advice

from fuse3.

Sherlock-Holo avatar Sherlock-Holo commented on September 26, 2024

the minimum rust version is added into the README @jason-ni

from fuse3.

jason-ni avatar jason-ni commented on September 26, 2024

Thank you!
Sorry for the late response. I saw that change days ago but missed the notification however.

from fuse3.

Sherlock-Holo avatar Sherlock-Holo commented on September 26, 2024

Thank you!
Sorry for the late response. I saw that change days ago but missed the notification however.

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

from fuse3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.