accepts-codegen 0.0.1

Rust toolkit for composing synchronous and asynchronous acceptor pipelines
Documentation
1
2
3
4
5
mod partial_inherent_impl;
mod partial_trait_impl;

pub use partial_inherent_impl::PartialInherentImpl;
pub use partial_trait_impl::PartialTraitImpl;