io_uring_syscall 0.1.2

linux io_uring syscall
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "io_uring_syscall"
version = "0.1.2"
edition = "2021"
license = "MIT"
description = "linux io_uring syscall"
homepage = "https://crates.io/crates/io_uring_syscall"
documentation = "https://docs.rs/io_uring_syscall"
repository = "https://github.com/zzwxh/io_uring_syscall"
readme = "README.md"

[dependencies]
do_syscall = "1"