Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Elixir generation support #156

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@ Xdrgen is a very early project. Aside from the test fixtures in
are the .x files used for the
[stellar-core project](https://github.com/stellar/stellar-core).

Xdrgen presently supports these output languages: ruby, javacript, java,
golang, and elixir:
Xdrgen presently supports these output languages: ruby, javacript, java, golang, and elixir:

- ruby: complete support
- javascript: complete support
- java: complete support
- golang: currently using a fork of go-xdr, but has complete support
- rust: support is experimental. Default arms and floats are not supported.
- elixir: support is experimental as the SDK is in early development. Generated
code requires [:exdr](https://github.com/revelrylabs/exdr) in your deps
- elixir: complete support. Generated code requires [:elixir_xdr](https://github.com/kommitters/elixir_xdr) in your deps.
- C#: complete support

Testing is _very_ sparse, but will improve over time.

## Usage as a binary
Expand Down
Loading