Crate volo_thrift

Source
Expand description
Volo

Crates.io Documentation Website License Build Status

volo-thrift implements a Thrift-based RPC framework.

Users rarely need to use volo-thrift directly. Instead, they should use the Client and Server in the generated code.

For extension developers, they may need to use some of the components in volo-thrift.

For detailed guides, please refer to the guides.

Re-exports§

pub use client::Client;
pub use error::*;

Modules§

client
Thrift client for Volo.
codec
context
error
server
tracing
transport

Structs§

AnyhowError
The Error type, a wrapper around a dynamic error type.
MessageMeta
ThriftMessage

Traits§

EntryMessage
Message