accepts-codegen 0.0.1

Rust toolkit for composing synchronous and asynchronous acceptor pipelines
Documentation
1
2
3
4
5
6
7
8
9
mod accepts_accept_path;
mod accepts_path;
mod codegen_acceptor_path;
mod next_acceptors_path;

pub use accepts_accept_path::accepts_accept_path;
pub use accepts_path::accepts_path;
pub use codegen_acceptor_path::codegen_acceptor_path;
pub use next_acceptors_path::{next_acceptors_path, next_acceptors_path_mut};