dope-session 0.2.0

Thin io_uring adaptor with "Manifolds"
Documentation
1
2
3
4
5
6
7
8
9
10
mod codec;
mod framer;
pub mod pool;
pub mod protocol;
pub(crate) mod ring;
pub mod session;

pub use codec::{Codec, Plain};
pub use dambi::{SlotGen, SlotId};
pub use framer::{Framer, PassthroughFramer};