dope-session 0.2.1

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::{CodecLayer, Plain, WriteBufArr, WriteBufStorage};
pub use dambi::{SlotGen, SlotId};
pub use framer::{Framer, PassthroughFramer};