requiem-ioframe 0.5.0

Actix framed service
Documentation
// #![deny(rust_2018_idioms, warnings)]
#![allow(clippy::type_complexity, clippy::too_many_arguments)]

mod connect;
mod dispatcher;
mod error;
mod service;

pub use self::connect::{Connect, ConnectResult};
pub use self::error::ServiceError;
pub use self::service::{Builder, FactoryBuilder};