GithubHelp home page GithubHelp logo

Comments (9)

kaimast avatar kaimast commented on July 17, 2024 1

We should maybe keep this open until the others are implemented too?

from tokio-uring.

kaimast avatar kaimast commented on July 17, 2024

Is there going to be another io-uring release soonish? I just added a create_dir call on this branch, but it requires the git version of that crate.

from tokio-uring.

Noah-Kennedy avatar Noah-Kennedy commented on July 17, 2024

Yes, there should be a release soon.

from tokio-uring.

Noah-Kennedy avatar Noah-Kennedy commented on July 17, 2024

@kaimast version 0.2.0 has been released.

from tokio-uring.

kaimast avatar kaimast commented on July 17, 2024

Thanks! I was talking about the io-uring crate though.

from tokio-uring.

FrankReh avatar FrankReh commented on July 17, 2024

That close seemed to have been done automatically. Anyway, no harm. Definitely some file system operations left.

from tokio-uring.

Icelk avatar Icelk commented on July 17, 2024

Is tokio::fs::canonicalize also an operation we can support?

from tokio-uring.

FrankReh avatar FrankReh commented on July 17, 2024

Is tokio::fs::canonicalize also an operation we can support?

The io_uring API doesn't support anything like a canonicalize (or in Unix terms, a realpath) so to avoid using the std or the tokio canonicalize, this crate, or just as easily I think, a 3rd party package, could build the logic from this crate's StatxBuilder.

That's not to say we wouldn't accept a PR that essentially duplicated a realpath based on our statx. But any suggested additions would have to be compatible with our license and I don' know if even starting with a BSD version of realpath is an acceptable approach.

from tokio-uring.

Icelk avatar Icelk commented on July 17, 2024

I understand. Thanks.

from tokio-uring.

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.