uring-file 0.3.0

Async file I/O via Linux io_uring
Documentation
[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.io-uring]
version = "0.7.8"

[dependencies.libc]
version = "0.2"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.tokio]
features = ["fs", "sync"]
version = "1.45.1"

[lib]
name = "uring_file"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "filesystem"]
description = "Async file I/O via Linux io_uring"
edition = "2024"
keywords = ["io_uring", "async", "io", "linux"]
license = "MIT OR Apache-2.0"
name = "uring-file"
readme = false
repository = "https://github.com/wilsonzlin/monorepo-rs"
resolver = "1"
version = "0.3.0"