pinterest/elixir-thrift

Support Thrift IDL annotation syntax

Closed this issue · 2 comments

Annotations are written within parentheses:

struct Test {
    1: string foo (is_red = "yes");
    2: string bar
}

I have a local branch for this that close to being ready for review.

Closed by #276