volo-thrift 0.12.5

Thrift RPC framework implementation of volo.
Documentation
1
2
3
4
5
6
mod client;
mod server;
mod thrift_transport;

pub use client::Client;
pub use server::serve;