Packages

A collection of utilities for working with Thrift in Elixir. Provides a copy of the Apache Thrift Erlang runtime.

Current section

Files

Jump to
thrift lib thrift.ex
Raw

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