kevy-uring 2.0.21

Pure-Rust io_uring bindings — no liburing, no libc crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kevy-uring"
description = "Pure-Rust io_uring bindings — no liburing, no libc crate."
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/kevy-uring"
readme = "README.md"
keywords = ["io-uring", "io_uring", "linux", "async", "completion"]
categories = ["os::linux-apis", "asynchronous", "network-programming", "external-ffi-bindings"]

[lints]
workspace = true

[dependencies]