acceptor-std 0.0.1

std-based acceptors built on the accepts core traits
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(clippy::manual_async_fn, clippy::module_inception)]

mod printer;
pub use printer::*;

mod mpsc;
pub use mpsc::*;

#[cfg(test)]
pub(crate) mod support;