io_ring 0.0.2

liburing wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.rustix]
default-features = false
features = ["io_uring"]
version = "0.38"

[package]
description = "liburing wrapper"
edition = "2021"
license = "MIT"
links = "uring-ffi"
name = "io_ring"
repository = "https://github.com/zzwxh/io_ring"
version = "0.0.2"