io-uring-opcode 0.2.0-pre1

io_uring opcode trait contract between bearer and opcodes
Documentation
# io-uring-opcode

[![Discord chat][discord-badge]][discord-url]
[![Crates.io](https://img.shields.io/crates/v/io-uring-epoll.svg)](https://crates.io/crates/io-uring-epoll)
[![Docs](https://docs.rs/io-uring-epoll/badge.svg)](https://docs.rs/io-uring-epoll)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![MSRV](https://img.shields.io/badge/MSRV-1.70.0-blue)

Trait for implementing io_uring OpCodes behind io-uring-bearer.

## Add

```ignore
```

## Example

See [Examples](./examples) directory for the different use-cases.