Current section
Files
Jump to
Current section
Files
lib/thrift.ex
defmodule Thrift do
@moduledoc ~S"""
Thrift provides [Apache Thrift](http://thrift.apache.org/) support:
* `Mix.Tasks.Compile.Thrift` - mix task for generate Erlang source files
from `.thrift` schema files
* `Thrift.Parser` - functions for parsing `.thift` schema files
"""
end