rustler_codegen 0.9.0

Compiler plugin for Rustler
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
aster = "=0.21.1"
easy-plugin = "=0.7.3"

[lib]
plugin = true

[package]
authors = ["Hansihe <hansihe@hansihe.com>"]
description = "Compiler plugin for Rustler"
license = "BSD-2-Clause"
name = "rustler_codegen"
repository = "https://github.com/hansihe/Rustler/tree/master/rustler_codegen"
version = "0.9.0"