| Crates.io | erl_ast |
| lib.rs | erl_ast |
| version | 0.1.1 |
| created_at | 2016-06-03 18:08:55.286771+00 |
| updated_at | 2021-05-23 07:45:58.073018+00 |
| description | A Rust representation of Abstract Syntax Trees of Erlang modules |
| homepage | https://github.com/sile/erl_ast |
| repository | https://github.com/sile/erl_ast |
| max_upload_size | |
| id | 5274 |
| size | 91,701 |
A Rust library for working with Abstract Syntax Trees of Erlang programs
Add following lines to your Cargo.toml:
[dependencies]
erl_ast = "*"