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
5
//! Pre-defined Service traits that may be useful for specified use cases.

mod make_connection;

pub use self::make_connection::MakeConnection;