dope-core 0.2.3

Thin io_uring adaptor with "Manifolds"
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod addr;
pub mod driver;
pub mod error;
pub mod profile;
pub mod submit;
pub mod token;

mod io;

pub use error::feature_error;
pub use io::{Fd, FdHandle, FixedFd, IoVec, take_fd};