io-uring-opcode 0.2.0-pre3

io_uring opcode trait contract between bearer and opcodes
Documentation
[dependencies.io-uring]
version = "0.7.4"

[dependencies.io-uring-owner]
version = "0.2.0-pre1"

[dependencies.libc]
version = "0.2.169"

[dependencies.ysockaddr]
version = "0.2.0"

[features]
connect = []
default = []
epoll = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "io_uring opcode trait contract between bearer and opcodes"
edition = "2021"
homepage = "https://github.com/yaws-rs/io_uring-utils"
keywords = ["io", "uring", "epoll", "async"]
license = "Apache-2.0/MIT"
name = "io-uring-opcode"
readme = "README.md"
repository = "https://github.com/yaws-rs/io_uring-utils"
version = "0.2.0-pre3"

[package.metadata.docs.rs]
features = ["connect", "epoll"]