dope-uring 0.2.3

Thin io_uring adaptor with "Manifolds"
Documentation
1
2
3
4
5
6
7
pub(crate) mod cpu;
pub(crate) mod fd;
pub mod token;

pub(crate) use cpu::Cpu;

pub(crate) type Sqe = io_uring::squeue::Entry;