motore 0.4.1

Motore is a library of modular and reusable components for building robust clients and servers. Motore is greatly inspired by Tower.
Documentation
1
2
3
4
pub mod either;
pub mod option;

pub use self::{either::Either, option::option_layer};