erl_ast

Build Status License: MIT

A Rust library for working with Abstract Syntax Trees of Erlang programs

Documentation

See RustDoc Documentation.

Installation

Add following lines to your Cargo.toml:

toml [dependencies] erl_ast = "*"

Reference