Scrooge is a thrift code generator written in Scala, which currently generates code for Scala and Java.
Scrooge is a thrift code generator written in Scala, which currently generates code for Scala and Java.
It’s meant to be a replacement for the apache thrift code generator, and generates conforming, binary-compatible codecs by building on top of libthrift.
Features:
- Generates native Scala thrift codecs
- Generated code is templated using a mustache variant, making it easy to edit.
- Finagle client/server adaptors can be optionally generated at the same time.
- Has a plugable backend providing a dynamic way to add more generator targets.
Home page: http://twitter.github.io/scrooge/