Modules§
Macros§
- thrift
- Parse several thrift struct / union / enum / namespace definitions and generate the corresponding Rust types and code to read and write those types.
- thrift_
enum - Generate the type and
CompactThriftProtocolimplementation for a thriftenum. - thrift_
struct - Generate the type and
CompactThriftProtocolimplementation for a thriftstruct. - thrift_
union - Generate the type and
CompactThriftProtocolimplementation for a thriftunion.
Structs§
- Compact
Thrift Input Slice - Field
Name - Store static strings used by field names as a single pointer to reduce size of the error enum.