Expand description
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 codec::default::thrift::Protocol;pub use codec::default::thrift::ProtocolApacheCompact;pub use codec::default::thrift::ProtocolBinary;pub use server::NamedService;pub use server::Router;pub use error::*;
Modules§
Structs§
- Anyhow
Error - The
Errortype, a wrapper around a dynamic error type. - Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Bytes
Mut - A unique reference to a contiguous slice of memory.
- Linked
Bytes - Message
Meta - Thrift
Message