accepts-codegen 0.0.1

Rust toolkit for composing synchronous and asynchronous acceptor pipelines
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

mod option_match_expr;
mod result_match_expr;
mod self_field_access_expr;

pub use option_match_expr::option_match_expr;
pub use result_match_expr::result_match_expr;
pub use self_field_access_expr::{AccessMode, self_field_access_expr};