Skip to content

IcedQuinn/thriftcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Low level packet code for Apache Thrift in Nim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published