Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 855 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 855 Bytes

Thrift Core

This repository provides low level components like zigzag encoding, encoding and decoding of variable length integers, encoding and decoding headings, common and simple headers for layered transports.

Has support for the compact protocol and the THeader protocol from fbthrift.

Usage

Restrictions

  • This repository provides only primitives for encoding and decoding. It does not provide an IDL parser and code generator.
  • It also does not provide transports to actually carry and execute RPC calls for you.

Todo

  • Macro-based IDL generator?
  • Transport protocols?
  • Twitter Mux support?
  • Original, non-compact format?
  • JSON-RPC format?

License

  • MPL 2.0